#72133C

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

Shades of Pompadour #72133C

Tints of Pompadour #72133C

Color information

#72133C (or 0x72133C) is unknown color: approx Pompadour. HEX triplet: 72, 13 and 3C. RGB value is (114,19,60). Sum of RGB (Red+Green+Blue) = 114+19+60=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72133C is #8DECC3. Grayscale: #343434. Windows color (decimal): -9301188 or 3937138. OLE color: 3937138.

HSL color Cylindrical-coordinate representation of color #72133C: hue angle of 334.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72133C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1141960-
CMYK00.830.470.55
HSL334.11º71.43%26.08%-
HSV(B)334.11º83.33%44.71%-
XYZ7.994.374.7-
YUV52.08132.47172.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=59.07%
G=9.84%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114196000.830.470.55334.1171.4326.08
Hex72133C0532F3714e471a
Octal16223740123576751610732
Binary11100101001111110001010011101111110111101001110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72133C; }

 p { color: rgb(114,19,60); }

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

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

 a { background-color: rgb(114,19,60); }

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

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

 span { border-color: rgb(114,19,60); }

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