#781558

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

Shades of Pompadour #781558

Tints of Pompadour #781558

Color information

#781558 (or 0x781558) is unknown color: approx Pompadour. HEX triplet: 78, 15 and 58. RGB value is (120,21,88). Sum of RGB (Red+Green+Blue) = 120+21+88=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #781558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781558 is #87EAA7. Grayscale: #3A3A3A. Windows color (decimal): -8907432 or 5772664. OLE color: 5772664.

HSL color Cylindrical-coordinate representation of color #781558: hue angle of 319.39º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781558 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1202188-
CMYK00.830.270.53
HSL319.39º70.21%27.65%-
HSV(B)319.39º82.5%47.06%-
XYZ9.785.239.73-
YUV58.24144.8172.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=52.40%
G=9.17%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120218800.830.270.53319.3970.2127.65
Hex7815580531B3513f461c
Octal170251300123336547710634
Binary11110001010110110000101001111011110101100111111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781558; }

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

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

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

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

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

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

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

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