#720D13

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

Shades of Red Berry #720D13

Tints of Red Berry #720D13

Color information

#720D13 (or 0x720D13) is unknown color: approx Red Berry. HEX triplet: 72, 0D and 13. RGB value is (114,13,19). Sum of RGB (Red+Green+Blue) = 114+13+19=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #720D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D13 is #8DF2EC. Grayscale: #2B2B2B. Windows color (decimal): -9302765 or 1248626. OLE color: 1248626.

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

Color convert

RGB1141319-
CMYK00.890.830.55
HSL356.44º79.53%24.9%-
HSV(B)356.44º88.6%44.71%-
XYZ7.23.910.99-
YUV43.88113.96178.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.08%
GREEN value IS 13 (5.47% from 255) = 8.90%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=78.08%
G=8.90%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114131900.890.830.55356.4479.5324.9
Hex72D1305953371645019
Octal162152301311236754412031
Binary1110010110110011010110011010011110111101100100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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