#72183F

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

Shades of Pompadour #72183F

Tints of Pompadour #72183F

Color information

#72183F (or 0x72183F) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 3F. RGB value is (114,24,63). Sum of RGB (Red+Green+Blue) = 114+24+63=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72183F is #8DE7C0. Grayscale: #373737. Windows color (decimal): -9299905 or 4135026. OLE color: 4135026.

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

Color convert

RGB1142463-
CMYK00.790.450.55
HSL334º65.22%27.06%-
HSV(B)334º78.95%44.71%-
XYZ8.164.595.16-
YUV55.36132.32169.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 63 (25% from 255) = 31.34%
R=56.72%
G=11.94%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114246300.790.450.5533465.2227.06
Hex72183F04F2D3714e411b
Octal16230770117556751610133
Binary11100101100011111101001111101101110111101001110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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