Html Css Color HEX #701517 Red Berry

📋 copy color: '#701517'

red 112 ◦ green 21 ◦ blue 23

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

Shades of Red Berry #701517

Tints of Red Berry #701517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.74%

R = 71.79%
G = 13.46%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701517 (or 0x701517) is known color: Red Berry. HEX triplet: 70, 15 and 17. RGB value is (112,21,23). Sum of RGB (Red+Green+Blue) = 112+21+23=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #701517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701517 is #8FEAE8. Grayscale: #303030. Windows color (decimal): -9431785 or 1512816. OLE color: 1512816.

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

Color convert

RGB 112 21 23 -
CMYK 0 0.81 0.79 0.56
HSL 358.68º 0.68% 0.26% -
HSV(B) 358.68º 0.81% 0.44% -
XYZ 7.1 4.04 1.22 -
YUV 48.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 112 21 23 0 0.81 0.79 0.56 358.68 0.68 0.26
Hex 70 15 17 0 51 4F 38 167 44 1A
Octal 160 25 27 0 121 117 70 547 104 32
Binary 1110000 10101 10111 0 1010001 1001111 111000 101100111 1000100 11010

Color Harmonies of #701517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701517

Black with #701517

Text Example


Text Example

White with #701517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701517; }

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

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

background-color css

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

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

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

border-color css

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

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

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