#721B20

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

Shades of Red Berry #721B20

Tints of Red Berry #721B20

Color information

#721B20 (or 0x721B20) is unknown color: approx Red Berry. HEX triplet: 72, 1B and 20. RGB value is (114,27,32). Sum of RGB (Red+Green+Blue) = 114+27+32=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #721B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B20 is #8DE4DF. Grayscale: #353535. Windows color (decimal): -9299168 or 2104178. OLE color: 2104178.

HSL color Cylindrical-coordinate representation of color #721B20: hue angle of 356.55º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B20 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1142732-
CMYK00.760.720.55
HSL356.55º61.7%27.65%-
HSV(B)356.55º76.32%44.71%-
XYZ7.594.471.83-
YUV53.58115.82171.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=65.90%
G=15.61%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114273200.760.720.55356.5561.727.65
Hex721B2004C48371653e1c
Octal16233400114110675457634
Binary11100101101110000001001100100100011011110110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721B20; }

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

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

<style>
 a { background-color: #721B20; }

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

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

<style>
 span { border-color: #721B20; }

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

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