#722252

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

Shades of Pompadour #722252

Tints of Pompadour #722252

Color information

#722252 (or 0x722252) is unknown color: approx Pompadour. HEX triplet: 72, 22 and 52. RGB value is (114,34,82). Sum of RGB (Red+Green+Blue) = 114+34+82=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #722252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722252 is #8DDDAD. Grayscale: #3F3F3F. Windows color (decimal): -9297326 or 5382770. OLE color: 5382770.

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

Color convert

RGB1143482-
CMYK00.700.280.55
HSL324º54.05%29.02%-
HSV(B)324º70.18%44.71%-
XYZ9.035.338.54-
YUV63.39138.5164.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=49.57%
G=14.78%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114348200.700.280.5532454.0529.02
Hex7222520461C37144361d
Octal16242122010634675046635
Binary11100101000101010010010001101110011011110100010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722252; }

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

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

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

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

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

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

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

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