#721949

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

Shades of Pompadour #721949

Tints of Pompadour #721949

Color information

#721949 (or 0x721949) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 49. RGB value is (114,25,73). Sum of RGB (Red+Green+Blue) = 114+25+73=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #721949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721949 is #8DE6B6. Grayscale: #383838. Windows color (decimal): -9299639 or 4790642. OLE color: 4790642.

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

Color convert

RGB1142573-
CMYK00.780.360.55
HSL327.64º64.03%27.25%-
HSV(B)327.64º78.07%44.71%-
XYZ8.494.756.77-
YUV57.08136.99168.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=53.77%
G=11.79%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114257300.780.360.55327.6464.0327.25
Hex72194904E2437148401b
Octal162311110116446751010033
Binary111001011001100100101001110100100110111101001000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721949; }

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

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

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

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

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

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

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

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