#721355

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

Shades of Pompadour #721355

Tints of Pompadour #721355

Color information

#721355 (or 0x721355) is unknown color: approx Pompadour. HEX triplet: 72, 13 and 55. RGB value is (114,19,85). Sum of RGB (Red+Green+Blue) = 114+19+85=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721355 is #8DECAA. Grayscale: #363636. Windows color (decimal): -9301163 or 5575538. OLE color: 5575538.

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

Color convert

RGB1141985-
CMYK00.830.250.55
HSL318.32º71.43%26.08%-
HSV(B)318.32º83.33%44.71%-
XYZ8.814.79.04-
YUV54.93144.97170.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=52.29%
G=8.72%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114198500.830.250.55318.3271.4326.08
Hex721355053193713e471a
Octal162231250123316747610732
Binary11100101001110101010101001111001110111100111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721355; }

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

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

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

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

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

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

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

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