#721645

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

Shades of Pompadour #721645

Tints of Pompadour #721645

Color information

#721645 (or 0x721645) is unknown color: approx Pompadour. HEX triplet: 72, 16 and 45. RGB value is (114,22,69). Sum of RGB (Red+Green+Blue) = 114+22+69=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #721645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721645 is #8DE9BA. Grayscale: #363636. Windows color (decimal): -9300411 or 4527730. OLE color: 4527730.

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

Color convert

RGB1142269-
CMYK00.810.390.55
HSL329.35º67.65%26.67%-
HSV(B)329.35º80.7%44.71%-
XYZ8.34.586.08-
YUV54.87135.98170.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=55.61%
G=10.73%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114226900.810.390.55329.3567.6526.67
Hex7216450512737149441b
Octal162261050121476751110433
Binary111001010110100010101010001100111110111101001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721645; }

 p { color: rgb(114,22,69); }

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

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

 a { background-color: rgb(114,22,69); }

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

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

 span { border-color: rgb(114,22,69); }

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