#792042

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

Shades of Pompadour #792042

Tints of Pompadour #792042

Color information

#792042 (or 0x792042) is unknown color: approx Pompadour. HEX triplet: 79, 20 and 42. RGB value is (121,32,66). Sum of RGB (Red+Green+Blue) = 121+32+66=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #792042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792042 is #86DFBD. Grayscale: #3E3E3E. Windows color (decimal): -8839102 or 4333689. OLE color: 4333689.

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

Color convert

RGB1213266-
CMYK00.740.450.53
HSL337.08º58.17%30%-
HSV(B)337.08º73.55%47.45%-
XYZ9.395.495.72-
YUV62.49129.99169.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.25%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=55.25%
G=14.61%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121326600.740.450.53337.0858.1730
Hex79204204A2D351513a1e
Octal17140102011255655217236
Binary111100110000010000100100101010110111010110101000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792042; }

 p { color: rgb(121,32,66); }

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

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

 a { background-color: rgb(121,32,66); }

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

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

 span { border-color: rgb(121,32,66); }

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