Html Css Color HEX #701316 Red Berry

📋 copy color: '#701316'

red 112 ◦ green 19 ◦ blue 22

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

Shades of Red Berry #701316

Tints of Red Berry #701316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

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

R = 73.2%
G = 12.42%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#701316 (or 0x701316) is known color: Red Berry. HEX triplet: 70, 13 and 16. RGB value is (112,19,22). Sum of RGB (Red+Green+Blue) = 112+19+22=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701316 is #8FECE9. Grayscale: #2F2F2F. Windows color (decimal): -9432298 or 1446768. OLE color: 1446768.

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

Color convert

RGB 112 19 22 -
CMYK 0 0.83 0.80 0.56
HSL 358.06º 0.71% 0.26% -
HSV(B) 358.06º 0.83% 0.44% -
XYZ 7.06 3.97 1.15 -
YUV 47.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 112 19 22 0 0.83 0.80 0.56 358.06 0.71 0.26
Hex 70 13 16 0 53 50 38 166 47 1A
Octal 160 23 26 0 123 120 70 546 107 32
Binary 1110000 10011 10110 0 1010011 1010000 111000 101100110 1000111 11010

Color Harmonies of #701316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701316

Black with #701316

Text Example


Text Example

White with #701316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701316; }

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

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

background-color css

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

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

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

border-color css

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

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

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