#720F3B

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

Shades of Pompadour #720F3B

Tints of Pompadour #720F3B

Color information

#720F3B (or 0x720F3B) is unknown color: approx Pompadour. HEX triplet: 72, 0F and 3B. RGB value is (114,15,59). Sum of RGB (Red+Green+Blue) = 114+15+59=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #720F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F3B is #8DF0C4. Grayscale: #313131. Windows color (decimal): -9302213 or 3870578. OLE color: 3870578.

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

Color convert

RGB1141559-
CMYK00.870.480.55
HSL333.33º76.74%25.29%-
HSV(B)333.33º86.84%44.71%-
XYZ7.94.234.54-
YUV49.62133.3173.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.64%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=60.64%
G=7.98%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114155900.870.480.55333.3376.7425.29
Hex72F3B057303714d4d19
Octal16217730127606751511531
Binary1110010111111101101010111110000110111101001101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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