#72184A

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

Shades of Pompadour #72184A

Tints of Pompadour #72184A

Color information

#72184A (or 0x72184A) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 4A. RGB value is (114,24,74). Sum of RGB (Red+Green+Blue) = 114+24+74=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72184A is #8DE7B5. Grayscale: #383838. Windows color (decimal): -9299894 or 4855922. OLE color: 4855922.

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

Color convert

RGB1142474-
CMYK00.790.350.55
HSL326.67º65.22%27.06%-
HSV(B)326.67º78.95%44.71%-
XYZ8.54.736.94-
YUV56.61137.82168.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=53.77%
G=11.32%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114247400.790.350.55326.6765.2227.06
Hex72184A04F2337147411b
Octal162301120117436750710133
Binary111001011000100101001001111100011110111101000111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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