#721149

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

Shades of Pompadour #721149

Tints of Pompadour #721149

Color information

#721149 (or 0x721149) is unknown color: approx Pompadour. HEX triplet: 72, 11 and 49. RGB value is (114,17,73). Sum of RGB (Red+Green+Blue) = 114+17+73=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #721149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721149 is #8DEEB6. Grayscale: #343434. Windows color (decimal): -9301687 or 4788594. OLE color: 4788594.

HSL color Cylindrical-coordinate representation of color #721149: hue angle of 325.36º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721149 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1141773-
CMYK00.850.360.55
HSL325.36º74.05%25.69%-
HSV(B)325.36º85.09%44.71%-
XYZ8.344.466.72-
YUV52.39139.64171.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=55.88%
G=8.33%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114177300.850.360.55325.3674.0525.69
Hex72114905524371454a1a
Octal162211110125446750511232
Binary111001010001100100101010101100100110111101000101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721149; }

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

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

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

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

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

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

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

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