#722449

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

Shades of Pompadour #722449

Tints of Pompadour #722449

Color information

#722449 (or 0x722449) is unknown color: approx Pompadour. HEX triplet: 72, 24 and 49. RGB value is (114,36,73). Sum of RGB (Red+Green+Blue) = 114+36+73=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #722449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722449 is #8DDBB6. Grayscale: #3F3F3F. Windows color (decimal): -9296823 or 4793458. OLE color: 4793458.

HSL color Cylindrical-coordinate representation of color #722449: hue angle of 331.54º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722449 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1143673-
CMYK00.680.360.55
HSL331.54º52%29.41%-
HSV(B)331.54º68.42%44.71%-
XYZ8.775.326.87-
YUV63.54133.34163.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=51.12%
G=16.14%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114367300.680.360.55331.545229.41
Hex722449044243714c341d
Octal16244111010444675146435
Binary111001010010010010010100010010010011011110100110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722449; }

 p { color: rgb(114,36,73); }

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

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

 a { background-color: rgb(114,36,73); }

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

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

 span { border-color: rgb(114,36,73); }

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