#721D20

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

Shades of Red Berry #721D20

Tints of Red Berry #721D20

Color information

#721D20 (or 0x721D20) is unknown color: approx Red Berry. HEX triplet: 72, 1D and 20. RGB value is (114,29,32). Sum of RGB (Red+Green+Blue) = 114+29+32=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #721D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D20 is #8DE2DF. Grayscale: #363636. Windows color (decimal): -9298656 or 2104690. OLE color: 2104690.

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

Color convert

RGB1142932-
CMYK00.750.720.55
HSL357.88º59.44%28.04%-
HSV(B)357.88º74.56%44.71%-
XYZ7.644.561.84-
YUV54.76115.16170.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=65.14%
G=16.57%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114293200.750.720.55357.8859.4428.04
Hex721D2004B48371663b1c
Octal16235400113110675467334
Binary11100101110110000001001011100100011011110110011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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