#781342

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

Shades of Pompadour #781342

Tints of Pompadour #781342

Color information

#781342 (or 0x781342) is unknown color: approx Pompadour. HEX triplet: 78, 13 and 42. RGB value is (120,19,66). Sum of RGB (Red+Green+Blue) = 120+19+66=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #781342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781342 is #87ECBD. Grayscale: #363636. Windows color (decimal): -8907966 or 4330360. OLE color: 4330360.

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

Color convert

RGB1201966-
CMYK00.840.450.53
HSL332.08º72.66%27.25%-
HSV(B)332.08º84.17%47.06%-
XYZ8.964.855.62-
YUV54.56134.46174.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=58.54%
G=9.27%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120196600.840.450.53332.0872.6627.25
Hex7813420542D3514c491b
Octal170231020124556551411133
Binary111100010011100001001010100101101110101101001100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781342; }

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

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

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

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

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

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

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

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