#72124E

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

Shades of Pompadour #72124E

Tints of Pompadour #72124E

Color information

#72124E (or 0x72124E) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 4E. RGB value is (114,18,78). Sum of RGB (Red+Green+Blue) = 114+18+78=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72124E is #8DEDB1. Grayscale: #353535. Windows color (decimal): -9301426 or 5116530. OLE color: 5116530.

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

Color convert

RGB1141878-
CMYK00.840.320.55
HSL322.5º72.73%25.88%-
HSV(B)322.5º84.21%44.71%-
XYZ8.534.567.64-
YUV53.54141.8171.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.29%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=54.29%
G=8.57%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114187800.840.320.55322.572.7325.88
Hex72124E0542037142491a
Octal162221160124406750211132
Binary111001010010100111001010100100000110111101000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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