#781858

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

Shades of Pompadour #781858

Tints of Pompadour #781858

Color information

#781858 (or 0x781858) is unknown color: approx Pompadour. HEX triplet: 78, 18 and 58. RGB value is (120,24,88). Sum of RGB (Red+Green+Blue) = 120+24+88=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #781858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781858 is #87E7A7. Grayscale: #3B3B3B. Windows color (decimal): -8906664 or 5773432. OLE color: 5773432.

HSL color Cylindrical-coordinate representation of color #781858: hue angle of 320º 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 #781858 is Cyan = 0, Magento = 0.8, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1202488-
CMYK00.80.270.53
HSL320º66.67%28.24%-
HSV(B)320º80%47.06%-
XYZ9.835.359.75-
YUV60143.8170.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=51.72%
G=10.34%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120248800.80.270.5332066.6728.24
Hex7818580501B35140431c
Octal170301300120336550010334
Binary11110001100010110000101000011011110101101000000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781858; }

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

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

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

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

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

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

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

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