#721255

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

Shades of Pompadour #721255

Tints of Pompadour #721255

Color information

#721255 (or 0x721255) is unknown color: approx Pompadour. HEX triplet: 72, 12 and 55. RGB value is (114,18,85). Sum of RGB (Red+Green+Blue) = 114+18+85=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #721255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721255 is #8DEDAA. Grayscale: #363636. Windows color (decimal): -9301419 or 5575282. OLE color: 5575282.

HSL color Cylindrical-coordinate representation of color #721255: hue angle of 318.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721255 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1141885-
CMYK00.840.250.55
HSL318.12º72.73%25.88%-
HSV(B)318.12º84.21%44.71%-
XYZ8.84.679.03-
YUV54.34145.3170.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=52.53%
G=8.29%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114188500.840.250.55318.1272.7325.88
Hex721255054193713e491a
Octal162221250124316747611132
Binary11100101001010101010101010011001110111100111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721255; }

 p { color: rgb(114,18,85); }

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

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

 a { background-color: rgb(114,18,85); }

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

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

 span { border-color: rgb(114,18,85); }

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