#722255

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

Shades of Pompadour #722255

Tints of Pompadour #722255

Color information

#722255 (or 0x722255) is unknown color: approx Pompadour. HEX triplet: 72, 22 and 55. RGB value is (114,34,85). Sum of RGB (Red+Green+Blue) = 114+34+85=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #722255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722255 is #8DDDAA. Grayscale: #3F3F3F. Windows color (decimal): -9297323 or 5579378. OLE color: 5579378.

HSL color Cylindrical-coordinate representation of color #722255: hue angle of 321.75º 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 #722255 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1143485-
CMYK00.700.250.55
HSL321.75º54.05%29.02%-
HSV(B)321.75º70.18%44.71%-
XYZ9.155.389.15-
YUV63.73140163.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.93%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=48.93%
G=14.59%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114348500.700.250.55321.7554.0529.02
Hex7222550461937142361d
Octal16242125010631675026635
Binary11100101000101010101010001101100111011110100001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722255; }

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

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

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

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

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

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

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

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