#722152

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

Shades of Pompadour #722152

Tints of Pompadour #722152

Color information

#722152 (or 0x722152) is unknown color: approx Pompadour. HEX triplet: 72, 21 and 52. RGB value is (114,33,82). Sum of RGB (Red+Green+Blue) = 114+33+82=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #722152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722152 is #8DDEAD. Grayscale: #3E3E3E. Windows color (decimal): -9297582 or 5382514. OLE color: 5382514.

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

Color convert

RGB1143382-
CMYK00.710.280.55
HSL323.7º55.1%28.82%-
HSV(B)323.7º71.05%44.71%-
XYZ9.015.278.53-
YUV62.8138.84164.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=49.78%
G=14.41%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114338200.710.280.55323.755.128.82
Hex7221520471C37144371d
Octal16241122010734675046735
Binary11100101000011010010010001111110011011110100010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722152; }

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

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

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

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

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

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

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

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