#720F39

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

Shades of Pompadour #720F39

Tints of Pompadour #720F39

Color information

#720F39 (or 0x720F39) is unknown color: approx Pompadour. HEX triplet: 72, 0F and 39. RGB value is (114,15,57). Sum of RGB (Red+Green+Blue) = 114+15+57=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #720F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F39 is #8DF0C6. Grayscale: #313131. Windows color (decimal): -9302215 or 3739506. OLE color: 3739506.

HSL color Cylindrical-coordinate representation of color #720F39: hue angle of 334.55º 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 #720F39 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1141557-
CMYK00.870.500.55
HSL334.55º76.74%25.29%-
HSV(B)334.55º86.84%44.71%-
XYZ7.854.214.27-
YUV49.39132.3174.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=61.29%
G=8.06%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114155700.870.500.55334.5576.7425.29
Hex72F39057323714f4d19
Octal16217710127626751711531
Binary1110010111111100101010111110010110111101001111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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