#720F4B

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

Shades of Pompadour #720F4B

Tints of Pompadour #720F4B

Color information

#720F4B (or 0x720F4B) is unknown color: approx Pompadour. HEX triplet: 72, 0F and 4B. RGB value is (114,15,75). Sum of RGB (Red+Green+Blue) = 114+15+75=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #720F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F4B is #8DF0B4. Grayscale: #333333. Windows color (decimal): -9302197 or 4919154. OLE color: 4919154.

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

Color convert

RGB1141575-
CMYK00.870.340.55
HSL323.64º76.74%25.29%-
HSV(B)323.64º86.84%44.71%-
XYZ8.384.437.07-
YUV51.44141.3172.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 15 (6.25% from 255) = 7.35%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=55.88%
G=7.35%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114157500.870.340.55323.6476.7425.29
Hex72F4B05722371444d19
Octal162171130127426750411531
Binary11100101111100101101010111100010110111101000100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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