#721239

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

Shades of Pompadour #721239

Tints of Pompadour #721239

Color information

#721239 (or 0x721239) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 39. RGB value is (114,18,57). Sum of RGB (Red+Green+Blue) = 114+18+57=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #721239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721239 is #8DEDC6. Grayscale: #333333. Windows color (decimal): -9301447 or 3740274. OLE color: 3740274.

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

Color convert

RGB1141857-
CMYK00.840.500.55
HSL335.62º72.73%25.88%-
HSV(B)335.62º84.21%44.71%-
XYZ7.894.314.29-
YUV51.15131.3172.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 57 (22.66% from 255) = 30.16%
R=60.32%
G=9.52%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114185700.840.500.55335.6272.7325.88
Hex7212390543237150491a
Octal16222710124626752011132
Binary11100101001011100101010100110010110111101010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721239; }

 p { color: rgb(114,18,57); }

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

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

 a { background-color: rgb(114,18,57); }

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

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

 span { border-color: rgb(114,18,57); }

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