#782142

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

Shades of Pompadour #782142

Tints of Pompadour #782142

Color information

#782142 (or 0x782142) is unknown color: approx Pompadour. HEX triplet: 78, 21 and 42. RGB value is (120,33,66). Sum of RGB (Red+Green+Blue) = 120+33+66=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #782142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782142 is #87DEBD. Grayscale: #3E3E3E. Windows color (decimal): -8904382 or 4333944. OLE color: 4333944.

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

Color convert

RGB1203366-
CMYK00.720.450.53
HSL337.24º56.86%30%-
HSV(B)337.24º72.5%47.06%-
XYZ9.275.475.72-
YUV62.77129.82168.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.79%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=54.79%
G=15.07%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120336600.720.450.53337.2456.8630
Hex7821420482D35151391e
Octal17041102011055655217136
Binary111100010000110000100100100010110111010110101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782142; }

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

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

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

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

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

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

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

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