#720D0E

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

Shades of Red Berry #720D0E

Tints of Red Berry #720D0E

Color information

#720D0E (or 0x720D0E) is unknown color: approx Red Berry. HEX triplet: 72, 0D and 0E. RGB value is (114,13,14). Sum of RGB (Red+Green+Blue) = 114+13+14=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #720D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D0E is #8DF2F1. Grayscale: #2B2B2B. Windows color (decimal): -9302770 or 920946. OLE color: 920946.

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

Color convert

RGB1141314-
CMYK00.890.880.55
HSL359.41º79.53%24.9%-
HSV(B)359.41º88.6%44.71%-
XYZ7.163.90.79-
YUV43.31111.46178.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.85%
GREEN value IS 13 (5.47% from 255) = 9.22%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=80.85%
G=9.22%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114131400.890.880.55359.4179.5324.9
Hex72DE05958371675019
Octal162151601311306754712031
Binary111001011011110010110011011000110111101100111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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