#720F14

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

Shades of Red Berry #720F14

Tints of Red Berry #720F14

Color information

#720F14 (or 0x720F14) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 14. RGB value is (114,15,20). Sum of RGB (Red+Green+Blue) = 114+15+20=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #720F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720F14 is #8DF0EB. Grayscale: #2D2D2D. Windows color (decimal): -9302252 or 1314674. OLE color: 1314674.

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

Color convert

RGB1141520-
CMYK00.870.820.55
HSL356.97º76.74%25.29%-
HSV(B)356.97º86.84%44.71%-
XYZ7.243.971.05-
YUV45.17113.8177.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76.51%
GREEN value IS 15 (6.25% from 255) = 10.07%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=76.51%
G=10.07%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114152000.870.820.55356.9776.7425.29
Hex72F1405752371654d19
Octal162172401271226754511531
Binary1110010111110100010101111010010110111101100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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