#721E4A

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

Shades of Pompadour #721E4A

Tints of Pompadour #721E4A

Color information

#721E4A (or 0x721E4A) is unknown color: approx Pompadour. HEX triplet: 72, 1E and 4A. RGB value is (114,30,74). Sum of RGB (Red+Green+Blue) = 114+30+74=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E4A is #8DE1B5. Grayscale: #3C3C3C. Windows color (decimal): -9298358 or 4857458. OLE color: 4857458.

HSL color Cylindrical-coordinate representation of color #721E4A: hue angle of 328.57º 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 #721E4A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1143074-
CMYK00.740.350.55
HSL328.57º58.33%28.24%-
HSV(B)328.57º73.68%44.71%-
XYZ8.6456.99-
YUV60.13135.83166.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=52.29%
G=13.76%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114307400.740.350.55328.5758.3328.24
Hex721E4A04A23371493a1c
Octal16236112011243675117234
Binary11100101111010010100100101010001111011110100100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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