#72113F

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

Shades of Pompadour #72113F

Tints of Pompadour #72113F

Color information

#72113F (or 0x72113F) is unknown color: approx Pompadour. HEX triplet: 72, 11 and 3F. RGB value is (114,17,63). Sum of RGB (Red+Green+Blue) = 114+17+63=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72113F is #8DEEC0. Grayscale: #333333. Windows color (decimal): -9301697 or 4133234. OLE color: 4133234.

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

Color convert

RGB1141763-
CMYK00.850.450.55
HSL331.55º74.05%25.69%-
HSV(B)331.55º85.09%44.71%-
XYZ8.044.345.12-
YUV51.25134.64172.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 63 (25% from 255) = 32.47%
R=58.76%
G=8.76%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114176300.850.450.55331.5574.0525.69
Hex72113F0552D3714c4a1a
Octal16221770125556751411232
Binary11100101000111111101010101101101110111101001100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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