#721A42

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

Shades of Pompadour #721A42

Tints of Pompadour #721A42

Color information

#721A42 (or 0x721A42) is unknown color: approx Pompadour. HEX triplet: 72, 1A and 42. RGB value is (114,26,66). Sum of RGB (Red+Green+Blue) = 114+26+66=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #721A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A42 is #8DE5BD. Grayscale: #383838. Windows color (decimal): -9299390 or 4332146. OLE color: 4332146.

HSL color Cylindrical-coordinate representation of color #721A42: hue angle of 332.73º 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 #721A42 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1142666-
CMYK00.770.420.55
HSL332.73º62.86%27.45%-
HSV(B)332.73º77.19%44.71%-
XYZ8.294.715.63-
YUV56.87133.15168.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=55.34%
G=12.62%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114266600.770.420.55332.7362.8627.45
Hex721A4204D2A3714d3f1b
Octal16232102011552675157733
Binary11100101101010000100100110110101011011110100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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