#720D0F

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

Shades of Red Berry #720D0F

Tints of Red Berry #720D0F

Color information

#720D0F (or 0x720D0F) is unknown color: approx Red Berry. HEX triplet: 72, 0D and 0F. RGB value is (114,13,15). Sum of RGB (Red+Green+Blue) = 114+13+15=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #720D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D0F is #8DF2F0. Grayscale: #2B2B2B. Windows color (decimal): -9302769 or 986482. OLE color: 986482.

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

Color convert

RGB1141315-
CMYK00.890.870.55
HSL358.81º79.53%24.9%-
HSV(B)358.81º88.6%44.71%-
XYZ7.173.90.83-
YUV43.43111.96178.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.28%
GREEN value IS 13 (5.47% from 255) = 9.15%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=80.28%
G=9.15%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114131500.890.870.55358.8179.5324.9
Hex72DF05957371675019
Octal162151701311276754712031
Binary111001011011111010110011010111110111101100111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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