#72114B

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

Shades of Pompadour #72114B

Tints of Pompadour #72114B

Color information

#72114B (or 0x72114B) is unknown color: approx Pompadour. HEX triplet: 72, 11 and 4B. RGB value is (114,17,75). Sum of RGB (Red+Green+Blue) = 114+17+75=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72114B is #8DEEB4. Grayscale: #343434. Windows color (decimal): -9301685 or 4919666. OLE color: 4919666.

HSL color Cylindrical-coordinate representation of color #72114B: hue angle of 324.12º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72114B is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1141775-
CMYK00.850.340.55
HSL324.12º74.05%25.69%-
HSV(B)324.12º85.09%44.71%-
XYZ8.414.497.08-
YUV52.61140.64171.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=55.34%
G=8.25%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114177500.850.340.55324.1274.0525.69
Hex72114B05522371444a1a
Octal162211130125426750411232
Binary111001010001100101101010101100010110111101000100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72114B; }

 p { color: rgb(114,17,75); }

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

<style>
 a { background-color: #72114B; }

 a { background-color: rgb(114,17,75); }

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

<style>
 span { border-color: #72114B; }

 span { border-color: rgb(114,17,75); }

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