#721744

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

Shades of Pompadour #721744

Tints of Pompadour #721744

Color information

#721744 (or 0x721744) is unknown color: approx Pompadour. HEX triplet: 72, 17 and 44. RGB value is (114,23,68). Sum of RGB (Red+Green+Blue) = 114+23+68=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #721744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721744 is #8DE8BB. Grayscale: #373737. Windows color (decimal): -9300156 or 4462450. OLE color: 4462450.

HSL color Cylindrical-coordinate representation of color #721744: hue angle of 330.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721744 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1142368-
CMYK00.800.400.55
HSL330.33º66.42%26.86%-
HSV(B)330.33º79.82%44.71%-
XYZ8.294.615.92-
YUV55.34135.15169.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=55.61%
G=11.22%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114236800.800.400.55330.3366.4226.86
Hex721744050283714a421b
Octal162271040120506751210233
Binary111001010111100010001010000101000110111101001010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721744; }

 p { color: rgb(114,23,68); }

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

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

 a { background-color: rgb(114,23,68); }

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

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

 span { border-color: rgb(114,23,68); }

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