Html Css Color HEX #701519 Red Berry

📋 copy color: '#701519'

red 112 ◦ green 21 ◦ blue 25

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

Shades of Red Berry #701519

Tints of Red Berry #701519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 70.89%
G = 13.29%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#701519 (or 0x701519) is known color: Red Berry. HEX triplet: 70, 15 and 19. RGB value is (112,21,25). Sum of RGB (Red+Green+Blue) = 112+21+25=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #701519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701519 is #8FEAE6. Grayscale: #303030. Windows color (decimal): -9431783 or 1643888. OLE color: 1643888.

HSL color Cylindrical-coordinate representation of color #701519: hue angle of 357.36º 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 #701519 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 25 -
CMYK 0 0.81 0.78 0.56
HSL 357.36º 0.68% 0.26% -
HSV(B) 357.36º 0.81% 0.44% -
XYZ 7.13 4.05 1.33 -
YUV 48.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 112 21 25 0 0.81 0.78 0.56 357.36 0.68 0.26
Hex 70 15 19 0 51 4E 38 165 44 1A
Octal 160 25 31 0 121 116 70 545 104 32
Binary 1110000 10101 11001 0 1010001 1001110 111000 101100101 1000100 11010

Color Harmonies of #701519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701519

Black with #701519

Text Example


Text Example

White with #701519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701519; }

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

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

background-color css

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

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

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

border-color css

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

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

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