#721A4F

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

Shades of Pompadour #721A4F

Tints of Pompadour #721A4F

Color information

#721A4F (or 0x721A4F) is unknown color: approx Pompadour. HEX triplet: 72, 1A and 4F. RGB value is (114,26,79). Sum of RGB (Red+Green+Blue) = 114+26+79=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #721A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A4F is #8DE5B0. Grayscale: #3A3A3A. Windows color (decimal): -9299377 or 5184114. OLE color: 5184114.

HSL color Cylindrical-coordinate representation of color #721A4F: hue angle of 323.86º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A4F is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1142679-
CMYK00.770.310.55
HSL323.86º62.86%27.45%-
HSV(B)323.86º77.19%44.71%-
XYZ8.724.887.88-
YUV58.35139.65167.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=52.05%
G=11.87%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114267900.770.310.55323.8662.8627.45
Hex721A4F04D1F371443f1b
Octal16232117011537675047733
Binary1110010110101001111010011011111111011110100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A4F; }

 p { color: rgb(114,26,79); }

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

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

 a { background-color: rgb(114,26,79); }

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

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

 span { border-color: rgb(114,26,79); }

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