#721E52

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

Shades of Pompadour #721E52

Tints of Pompadour #721E52

Color information

#721E52 (or 0x721E52) is unknown color: approx Pompadour. HEX triplet: 72, 1E and 52. RGB value is (114,30,82). Sum of RGB (Red+Green+Blue) = 114+30+82=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #721E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E52 is #8DE1AD. Grayscale: #3C3C3C. Windows color (decimal): -9298350 or 5381746. OLE color: 5381746.

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

Color convert

RGB1143082-
CMYK00.740.280.55
HSL322.86º58.33%28.24%-
HSV(B)322.86º73.68%44.71%-
XYZ8.935.128.5-
YUV61.04139.83165.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=50.44%
G=13.27%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114308200.740.280.55322.8658.3328.24
Hex721E5204A1C371433a1c
Octal16236122011234675037234
Binary1110010111101010010010010101110011011110100001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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