#720F13

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

Shades of Red Berry #720F13

Tints of Red Berry #720F13

Color information

#720F13 (or 0x720F13) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 13. RGB value is (114,15,19). Sum of RGB (Red+Green+Blue) = 114+15+19=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #720F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720F13 is #8DF0EC. Grayscale: #2D2D2D. Windows color (decimal): -9302253 or 1249138. OLE color: 1249138.

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

Color convert

RGB1141519-
CMYK00.870.830.55
HSL357.58º76.74%25.29%-
HSV(B)357.58º86.84%44.71%-
XYZ7.233.971-
YUV45.06113.3177.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.03%
GREEN value IS 15 (6.25% from 255) = 10.14%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=77.03%
G=10.14%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114151900.870.830.55357.5876.7425.29
Hex72F1305753371664d19
Octal162172301271236754611531
Binary1110010111110011010101111010011110111101100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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