#751654

Color #751654 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #751654

Tints of Pompadour #751654

Color information

#751654 (or 0x751654) is unknown color: approx Pompadour. HEX triplet: 75, 16 and 54. RGB value is (117,22,84). Sum of RGB (Red+Green+Blue) = 117+22+84=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751654 is #8AE9AB. Grayscale: #393939. Windows color (decimal): -9103788 or 5510773. OLE color: 5510773.

HSL color Cylindrical-coordinate representation of color #751654: hue angle of 320.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751654 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB1172284-
CMYK00.810.280.54
HSL320.84º68.35%27.25%-
HSV(B)320.84º81.2%45.88%-
XYZ9.2258.87-
YUV57.47142.97170.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=52.47%
G=9.87%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117228400.810.280.54320.8468.3527.25
Hex7516540511C36141441b
Octal165261240121346650110433
Binary11101011011010101000101000111100110110101000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751654; }

 p { color: rgb(117,22,84); }

 H1.HeaderClassName
 {
   color: #751654;
 }
 .AnyTagClassName
 {
   color: #751654;
 }
</style>
background-color css

<style>
 a { background-color: #751654; }

 a { background-color: rgb(117,22,84); }

 div.DivClassName
 {
   background-color: #751654;
 }
 .BgClassName
 {
   background-color: #751654;
 }
</style>
border-color css

<style>
 span { border-color: #751654; }

 span { border-color: rgb(117,22,84); }

 td.TdClassName
 {
   border-color: #751654;
 }
 .TagClassName
 {
   border-color: #751654;
 }
</style>