#72183A

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

Shades of Pompadour #72183A

Tints of Pompadour #72183A

Color information

#72183A (or 0x72183A) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 3A. RGB value is (114,24,58). Sum of RGB (Red+Green+Blue) = 114+24+58=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72183A is #8DE7C5. Grayscale: #363636. Windows color (decimal): -9299910 or 3807346. OLE color: 3807346.

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

Color convert

RGB1142458-
CMYK00.790.490.55
HSL337.33º65.22%27.06%-
HSV(B)337.33º78.95%44.71%-
XYZ8.034.544.46-
YUV54.79129.82170.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=58.16%
G=12.24%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114245800.790.490.55337.3365.2227.06
Hex72183A04F3137151411b
Octal16230720117616752110133
Binary11100101100011101001001111110001110111101010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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