#722042

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

Shades of Pompadour #722042

Tints of Pompadour #722042

Color information

#722042 (or 0x722042) is unknown color: approx Pompadour. HEX triplet: 72, 20 and 42. RGB value is (114,32,66). Sum of RGB (Red+Green+Blue) = 114+32+66=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #722042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722042 is #8DDFBD. Grayscale: #3C3C3C. Windows color (decimal): -9297854 or 4333682. OLE color: 4333682.

HSL color Cylindrical-coordinate representation of color #722042: hue angle of 335.12º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722042 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1143266-
CMYK00.720.420.55
HSL335.12º56.16%28.63%-
HSV(B)335.12º71.93%44.71%-
XYZ8.4455.68-
YUV60.39131.17166.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=53.77%
G=15.09%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114326600.720.420.55335.1256.1628.63
Hex7220420482A3714f381d
Octal16240102011052675177035
Binary111001010000010000100100100010101011011110100111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722042; }

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

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

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

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

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

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

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

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