#72204B

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

Shades of Pompadour #72204B

Tints of Pompadour #72204B

Color information

#72204B (or 0x72204B) is unknown color: approx Pompadour. HEX triplet: 72, 20 and 4B. RGB value is (114,32,75). Sum of RGB (Red+Green+Blue) = 114+32+75=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #72204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72204B is #8DDFB4. Grayscale: #3D3D3D. Windows color (decimal): -9297845 or 4923506. OLE color: 4923506.

HSL color Cylindrical-coordinate representation of color #72204B: hue angle of 328.54º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72204B is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1143275-
CMYK00.720.340.55
HSL328.54º56.16%28.63%-
HSV(B)328.54º71.93%44.71%-
XYZ8.735.127.18-
YUV61.42135.67165.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=51.58%
G=14.48%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114327500.720.340.55328.5456.1628.63
Hex72204B0482237149381d
Octal16240113011042675117035
Binary111001010000010010110100100010001011011110100100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,32,75); }

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

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

 a { background-color: rgb(114,32,75); }

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

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

 span { border-color: rgb(114,32,75); }

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