#720F20

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

Shades of Red Berry #720F20

Tints of Red Berry #720F20

Color information

#720F20 (or 0x720F20) is unknown color: approx Red Berry. HEX triplet: 72, 0F and 20. RGB value is (114,15,32). Sum of RGB (Red+Green+Blue) = 114+15+32=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #720F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F20 is #8DF0DF. Grayscale: #2E2E2E. Windows color (decimal): -9302240 or 2101106. OLE color: 2101106.

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

Color convert

RGB1141532-
CMYK00.870.720.55
HSL349.7º76.74%25.29%-
HSV(B)349.7º86.84%44.71%-
XYZ7.374.021.75-
YUV46.54119.8176.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 15 (6.25% from 255) = 9.32%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=70.81%
G=9.32%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114153200.870.720.55349.776.7425.29
Hex72F20057483715e4d19
Octal162174001271106753611531
Binary11100101111100000010101111001000110111101011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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