#722551

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

Shades of Pompadour #722551

Tints of Pompadour #722551

Color information

#722551 (or 0x722551) is unknown color: approx Pompadour. HEX triplet: 72, 25 and 51. RGB value is (114,37,81). Sum of RGB (Red+Green+Blue) = 114+37+81=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #722551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722551 is #8DDAAE. Grayscale: #404040. Windows color (decimal): -9296559 or 5318002. OLE color: 5318002.

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

Color convert

RGB1143781-
CMYK00.680.290.55
HSL325.71º50.99%29.61%-
HSV(B)325.71º67.54%44.71%-
XYZ9.095.498.37-
YUV65.04137.01162.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=49.14%
G=15.95%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114378100.680.290.55325.7150.9929.61
Hex7225510441D37146331e
Octal16245121010435675066336
Binary11100101001011010001010001001110111011110100011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722551; }

 p { color: rgb(114,37,81); }

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

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

 a { background-color: rgb(114,37,81); }

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

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

 span { border-color: rgb(114,37,81); }

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