#721E45

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

Shades of Pompadour #721E45

Tints of Pompadour #721E45

Color information

#721E45 (or 0x721E45) is unknown color: approx Pompadour. HEX triplet: 72, 1E and 45. RGB value is (114,30,69). Sum of RGB (Red+Green+Blue) = 114+30+69=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #721E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E45 is #8DE1BA. Grayscale: #3B3B3B. Windows color (decimal): -9298363 or 4529778. OLE color: 4529778.

HSL color Cylindrical-coordinate representation of color #721E45: hue angle of 332.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721E45 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1143069-
CMYK00.740.390.55
HSL332.14º58.33%28.24%-
HSV(B)332.14º73.68%44.71%-
XYZ8.484.946.14-
YUV59.56133.33166.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 69 (27.34% from 255) = 32.39%
R=53.52%
G=14.08%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114306900.740.390.55332.1458.3328.24
Hex721E4504A273714c3a1c
Octal16236105011247675147234
Binary11100101111010001010100101010011111011110100110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721E45; }

 p { color: rgb(114,30,69); }

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

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

 a { background-color: rgb(114,30,69); }

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

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

 span { border-color: rgb(114,30,69); }

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