#721644

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

Shades of Pompadour #721644

Tints of Pompadour #721644

Color information

#721644 (or 0x721644) is unknown color: approx Pompadour. HEX triplet: 72, 16 and 44. RGB value is (114,22,68). Sum of RGB (Red+Green+Blue) = 114+22+68=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #721644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721644 is #8DE9BB. Grayscale: #363636. Windows color (decimal): -9300412 or 4462194. OLE color: 4462194.

HSL color Cylindrical-coordinate representation of color #721644: hue angle of 330º 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 #721644 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1142268-
CMYK00.810.400.55
HSL330º67.65%26.67%-
HSV(B)330º80.7%44.71%-
XYZ8.274.575.91-
YUV54.75135.48170.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 22 (8.98% from 255) = 10.78%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=55.88%
G=10.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114226800.810.400.5533067.6526.67
Hex721644051283714a441b
Octal162261040121506751210433
Binary111001010110100010001010001101000110111101001010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721644; }

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

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

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

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

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

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

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

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