#721849

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

Shades of Pompadour #721849

Tints of Pompadour #721849

Color information

#721849 (or 0x721849) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 49. RGB value is (114,24,73). Sum of RGB (Red+Green+Blue) = 114+24+73=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #721849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721849 is #8DE7B6. Grayscale: #383838. Windows color (decimal): -9299895 or 4790386. OLE color: 4790386.

HSL color Cylindrical-coordinate representation of color #721849: hue angle of 327.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 #721849 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1142473-
CMYK00.790.360.55
HSL327.33º65.22%27.06%-
HSV(B)327.33º78.95%44.71%-
XYZ8.474.716.77-
YUV56.5137.32169.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=54.03%
G=11.37%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114247300.790.360.55327.3365.2227.06
Hex72184904F2437147411b
Octal162301110117446750710133
Binary111001011000100100101001111100100110111101000111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721849; }

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

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

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

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

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

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

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

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