#721646

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

Shades of Pompadour #721646

Tints of Pompadour #721646

Color information

#721646 (or 0x721646) is unknown color: approx Pompadour. HEX triplet: 72, 16 and 46. RGB value is (114,22,70). Sum of RGB (Red+Green+Blue) = 114+22+70=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #721646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721646 is #8DE9B9. Grayscale: #363636. Windows color (decimal): -9300410 or 4593266. OLE color: 4593266.

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

Color convert

RGB1142270-
CMYK00.810.390.55
HSL328.7º67.65%26.67%-
HSV(B)328.7º80.7%44.71%-
XYZ8.334.596.24-
YUV54.98136.48170.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=55.34%
G=10.68%
B=33.98%

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
Decimal114227000.810.390.55328.767.6526.67
Hex7216460512737149441b
Octal162261060121476751110433
Binary111001010110100011001010001100111110111101001001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721646; }

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

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

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

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

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

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

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

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