#721253

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

Shades of Pompadour #721253

Tints of Pompadour #721253

Color information

#721253 (or 0x721253) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 53. RGB value is (114,18,83). Sum of RGB (Red+Green+Blue) = 114+18+83=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #721253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721253 is #8DEDAC. Grayscale: #353535. Windows color (decimal): -9301421 or 5444210. OLE color: 5444210.

HSL color Cylindrical-coordinate representation of color #721253: hue angle of 319.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721253 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1141883-
CMYK00.840.270.55
HSL319.38º72.73%25.88%-
HSV(B)319.38º84.21%44.71%-
XYZ8.724.638.62-
YUV54.11144.3170.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=53.02%
G=8.37%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114188300.840.270.55319.3872.7325.88
Hex7212530541B3713f491a
Octal162221230124336747711132
Binary11100101001010100110101010011011110111100111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721253; }

 p { color: rgb(114,18,83); }

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

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

 a { background-color: rgb(114,18,83); }

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

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

 span { border-color: rgb(114,18,83); }

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