#781842

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

Shades of Pompadour #781842

Tints of Pompadour #781842

Color information

#781842 (or 0x781842) is unknown color: approx Pompadour. HEX triplet: 78, 18 and 42. RGB value is (120,24,66). Sum of RGB (Red+Green+Blue) = 120+24+66=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #781842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781842 is #87E7BD. Grayscale: #393939. Windows color (decimal): -8906686 or 4331640. OLE color: 4331640.

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

Color convert

RGB1202466-
CMYK00.80.450.53
HSL333.75º66.67%28.24%-
HSV(B)333.75º80%47.06%-
XYZ9.065.045.65-
YUV57.49132.8172.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.14%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=57.14%
G=11.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120246600.80.450.53333.7566.6728.24
Hex7818420502D3514e431c
Octal170301020120556551610334
Binary111100011000100001001010000101101110101101001110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781842; }

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

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

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

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

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

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

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

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