#781242

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

Shades of Pompadour #781242

Tints of Pompadour #781242

Color information

#781242 (or 0x781242) is unknown color: approx Pompadour. HEX triplet: 78, 12 and 42. RGB value is (120,18,66). Sum of RGB (Red+Green+Blue) = 120+18+66=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #781242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781242 is #87EDBD. Grayscale: #353535. Windows color (decimal): -8908222 or 4330104. OLE color: 4330104.

HSL color Cylindrical-coordinate representation of color #781242: hue angle of 331.76º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781242 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1201866-
CMYK00.850.450.53
HSL331.76º73.91%27.06%-
HSV(B)331.76º85%47.06%-
XYZ8.954.825.61-
YUV53.97134.79175.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=58.82%
G=8.82%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120186600.850.450.53331.7673.9127.06
Hex7812420552D3514c4a1b
Octal170221020125556551411233
Binary111100010010100001001010101101101110101101001100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781242; }

 p { color: rgb(120,18,66); }

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

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

 a { background-color: rgb(120,18,66); }

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

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

 span { border-color: rgb(120,18,66); }

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