#721651

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

Shades of Pompadour #721651

Tints of Pompadour #721651

Color information

#721651 (or 0x721651) is unknown color: approx Pompadour. HEX triplet: 72, 16 and 51. RGB value is (114,22,81). Sum of RGB (Red+Green+Blue) = 114+22+81=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #721651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721651 is #8DE9AE. Grayscale: #383838. Windows color (decimal): -9300399 or 5314162. OLE color: 5314162.

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

Color convert

RGB1142281-
CMYK00.810.290.55
HSL321.52º67.65%26.67%-
HSV(B)321.52º80.7%44.71%-
XYZ8.714.758.24-
YUV56.23141.98169.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=52.53%
G=10.14%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114228100.810.290.55321.5267.6526.67
Hex7216510511D37142441b
Octal162261210121356750210433
Binary11100101011010100010101000111101110111101000010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721651; }

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

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

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

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

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

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

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

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