#720E17

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

Shades of Red Berry #720E17

Tints of Red Berry #720E17

Color information

#720E17 (or 0x720E17) is unknown color: approx Red Berry. HEX triplet: 72, 0E and 17. RGB value is (114,14,23). Sum of RGB (Red+Green+Blue) = 114+14+23=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #720E17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720E17 is #8DF1E8. Grayscale: #2C2C2C. Windows color (decimal): -9302505 or 1511026. OLE color: 1511026.

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

Color convert

RGB1141423-
CMYK00.880.800.55
HSL354.6º78.12%25.1%-
HSV(B)354.6º87.72%44.71%-
XYZ7.253.951.19-
YUV44.93115.63177.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75.50%
GREEN value IS 14 (5.86% from 255) = 9.27%
BLUE value IS 23 (9.38% from 255) = 15.23%
R=75.50%
G=9.27%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114142300.880.800.55354.678.1225.1
Hex72E1705850371634e19
Octal162162701301206754311631
Binary1110010111010111010110001010000110111101100011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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