#701D20

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

Shades of Red Berry #701D20

Tints of Red Berry #701D20

Color information

#701D20 (or 0x701D20) is unknown color: approx Red Berry. HEX triplet: 70, 1D and 20. RGB value is (112,29,32). Sum of RGB (Red+Green+Blue) = 112+29+32=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #701D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701D20 is #8FE2DF. Grayscale: #363636. Windows color (decimal): -9429728 or 2104688. OLE color: 2104688.

HSL color Cylindrical-coordinate representation of color #701D20: hue angle of 357.83º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D20 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1122932-
CMYK00.740.710.56
HSL357.83º58.87%27.65%-
HSV(B)357.83º74.11%43.92%-
XYZ7.384.431.83-
YUV54.16115.5169.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64.74%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=64.74%
G=16.76%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112293200.740.710.56357.8358.8727.65
Hex701D2004A47381663b1c
Octal16035400112107705467334
Binary11100001110110000001001010100011111100010110011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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