Html Css Color HEX #701516 Red Berry

📋 copy color: '#701516'

red 112 ◦ green 21 ◦ blue 22

#701516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #701516

Tints of Red Berry #701516

RGB

 RED value IS 112 (44.14% from 255) = 72.26%

 GREEN value IS 21 (8.59% from 255) = 13.55%

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 72.26%
G = 13.55%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#701516 (or 0x701516) is known color: Red Berry. HEX triplet: 70, 15 and 16. RGB value is (112,21,22). Sum of RGB (Red+Green+Blue) = 112+21+22=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #701516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701516 is #8FEAE9. Grayscale: #303030. Windows color (decimal): -9431786 or 1447280. OLE color: 1447280.

HSL color Cylindrical-coordinate representation of color #701516: hue angle of 359.34º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701516 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 22 -
CMYK 0 0.81 0.80 0.56
HSL 359.34º 0.68% 0.26% -
HSV(B) 359.34º 0.81% 0.44% -
XYZ 7.1 4.04 1.16 -
YUV 48.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 112 21 22 0 0.81 0.80 0.56 359.34 0.68 0.26
Hex 70 15 16 0 51 50 38 167 44 1A
Octal 160 25 26 0 121 120 70 547 104 32
Binary 1110000 10101 10110 0 1010001 1010000 111000 101100111 1000100 11010

Color Harmonies of #701516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701516

Black with #701516

Text Example


Text Example

White with #701516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701516; }

 p { color: rgb(112,21,22); }

 H1.HeaderClassName
 {
   color: #701516;
 }
 .AnyTagClassName
 {
   color: #701516;
 }
</style>

background-color css

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

 a { background-color: rgb(112,21,22); }

 div.DivClassName
 {
   background-color: #701516;
 }
 .BgClassName
 {
   background-color: #701516;
 }
</style>

border-color css

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

 span { border-color: rgb(112,21,22); }

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