#720E4B

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

Shades of Pompadour #720E4B

Tints of Pompadour #720E4B

Color information

#720E4B (or 0x720E4B) is unknown color: approx Pompadour. HEX triplet: 72, 0E and 4B. RGB value is (114,14,75). Sum of RGB (Red+Green+Blue) = 114+14+75=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #720E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E4B is #8DF1B4. Grayscale: #323232. Windows color (decimal): -9302453 or 4918898. OLE color: 4918898.

HSL color Cylindrical-coordinate representation of color #720E4B: hue angle of 323.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E4B is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1141475-
CMYK00.880.340.55
HSL323.4º78.12%25.1%-
HSV(B)323.4º87.72%44.71%-
XYZ8.374.47.06-
YUV50.85141.63173.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=56.16%
G=6.90%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114147500.880.340.55323.478.1225.1
Hex72E4B05822371434e19
Octal162161130130426750311631
Binary11100101110100101101011000100010110111101000011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720E4B; }

 p { color: rgb(114,14,75); }

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

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

 a { background-color: rgb(114,14,75); }

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

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

 span { border-color: rgb(114,14,75); }

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