#721652

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

Shades of Pompadour #721652

Tints of Pompadour #721652

Color information

#721652 (or 0x721652) is unknown color: approx Pompadour. HEX triplet: 72, 16 and 52. RGB value is (114,22,82). Sum of RGB (Red+Green+Blue) = 114+22+82=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721652 is #8DE9AD. Grayscale: #383838. Windows color (decimal): -9300398 or 5379698. OLE color: 5379698.

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

Color convert

RGB1142282-
CMYK00.810.280.55
HSL320.87º67.65%26.67%-
HSV(B)320.87º80.7%44.71%-
XYZ8.754.768.44-
YUV56.35142.48169.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=52.29%
G=10.09%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114228200.810.280.55320.8767.6526.67
Hex7216520511C37141441b
Octal162261220121346750110433
Binary11100101011010100100101000111100110111101000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721652; }

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

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

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

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

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

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

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

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