#72124F

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

Shades of Pompadour #72124F

Tints of Pompadour #72124F

Color information

#72124F (or 0x72124F) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 4F. RGB value is (114,18,79). Sum of RGB (Red+Green+Blue) = 114+18+79=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72124F is #8DEDB0. Grayscale: #353535. Windows color (decimal): -9301425 or 5182066. OLE color: 5182066.

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

Color convert

RGB1141879-
CMYK00.840.310.55
HSL321.88º72.73%25.88%-
HSV(B)321.88º84.21%44.71%-
XYZ8.574.577.83-
YUV53.66142.3171.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=54.03%
G=8.53%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114187900.840.310.55321.8872.7325.88
Hex72124F0541F37142491a
Octal162221170124376750211132
Binary11100101001010011110101010011111110111101000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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