#72124A

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

Shades of Pompadour #72124A

Tints of Pompadour #72124A

Color information

#72124A (or 0x72124A) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 4A. RGB value is (114,18,74). Sum of RGB (Red+Green+Blue) = 114+18+74=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72124A is #8DEDB5. Grayscale: #343434. Windows color (decimal): -9301430 or 4854386. OLE color: 4854386.

HSL color Cylindrical-coordinate representation of color #72124A: hue angle of 325º 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 #72124A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1141874-
CMYK00.840.350.55
HSL325º72.73%25.88%-
HSV(B)325º84.21%44.71%-
XYZ8.394.56.91-
YUV53.09139.8171.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=55.34%
G=8.74%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114187400.840.350.5532572.7325.88
Hex72124A0542337145491a
Octal162221120124436750511132
Binary111001010010100101001010100100011110111101000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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