#701E2A

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

Shades of Red Berry #701E2A

Tints of Red Berry #701E2A

Color information

#701E2A (or 0x701E2A) is unknown color: approx Red Berry. HEX triplet: 70, 1E and 2A. RGB value is (112,30,42). Sum of RGB (Red+Green+Blue) = 112+30+42=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #701E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E2A is #8FE1D5. Grayscale: #373737. Windows color (decimal): -9429462 or 2760304. OLE color: 2760304.

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

Color convert

RGB1123042-
CMYK00.730.620.56
HSL351.22º57.75%27.84%-
HSV(B)351.22º73.21%43.92%-
XYZ7.564.542.67-
YUV55.89120.17168.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=60.87%
G=16.30%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112304200.730.620.56351.2257.7527.84
Hex701E2A0493E3815f3a1c
Octal1603652011176705377234
Binary1110000111101010100100100111111011100010101111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,30,42); }

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

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

 a { background-color: rgb(112,30,42); }

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

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

 span { border-color: rgb(112,30,42); }

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