#72183B

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

Shades of Pompadour #72183B

Tints of Pompadour #72183B

Color information

#72183B (or 0x72183B) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 3B. RGB value is (114,24,59). Sum of RGB (Red+Green+Blue) = 114+24+59=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72183B is #8DE7C4. Grayscale: #363636. Windows color (decimal): -9299909 or 3872882. OLE color: 3872882.

HSL color Cylindrical-coordinate representation of color #72183B: hue angle of 336.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72183B is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1142459-
CMYK00.790.480.55
HSL336.67º65.22%27.06%-
HSV(B)336.67º78.95%44.71%-
XYZ8.064.554.59-
YUV54.9130.32170.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=57.87%
G=12.18%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114245900.790.480.55336.6765.2227.06
Hex72183B04F3037151411b
Octal16230730117606752110133
Binary11100101100011101101001111110000110111101010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,24,59); }

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

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

 a { background-color: rgb(114,24,59); }

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

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

 span { border-color: rgb(114,24,59); }

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