#721855

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

Shades of Pompadour #721855

Tints of Pompadour #721855

Color information

#721855 (or 0x721855) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 55. RGB value is (114,24,85). Sum of RGB (Red+Green+Blue) = 114+24+85=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #721855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721855 is #8DE7AA. Grayscale: #393939. Windows color (decimal): -9299883 or 5576818. OLE color: 5576818.

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

Color convert

RGB1142485-
CMYK00.790.250.55
HSL319.33º65.22%27.06%-
HSV(B)319.33º78.95%44.71%-
XYZ8.914.899.07-
YUV57.86143.32168.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=51.12%
G=10.76%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114248500.790.250.55319.3365.2227.06
Hex72185504F193713f411b
Octal162301250117316747710133
Binary11100101100010101010100111111001110111100111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721855; }

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

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

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

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

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

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

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

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