#72124C

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

Shades of Pompadour #72124C

Tints of Pompadour #72124C

Color information

#72124C (or 0x72124C) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 4C. RGB value is (114,18,76). Sum of RGB (Red+Green+Blue) = 114+18+76=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72124C is #8DEDB3. Grayscale: #353535. Windows color (decimal): -9301428 or 4985458. OLE color: 4985458.

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

Color convert

RGB1141876-
CMYK00.840.330.55
HSL323.75º72.73%25.88%-
HSV(B)323.75º84.21%44.71%-
XYZ8.464.537.27-
YUV53.32140.8171.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=54.81%
G=8.65%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114187600.840.330.55323.7572.7325.88
Hex72124C0542137144491a
Octal162221140124416750411132
Binary111001010010100110001010100100001110111101000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,18,76); }

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

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

 a { background-color: rgb(114,18,76); }

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

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

 span { border-color: rgb(114,18,76); }

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