Html Css Color HEX #701120 Red Berry

📋 copy color: '#701120'

red 112 ◦ green 17 ◦ blue 32

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

Shades of Red Berry #701120

Tints of Red Berry #701120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.56%

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 69.57%
G = 10.56%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#701120 (or 0x701120) is known color: Red Berry. HEX triplet: 70, 11 and 20. RGB value is (112,17,32). Sum of RGB (Red+Green+Blue) = 112+17+32=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #701120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701120 is #8FEEDF. Grayscale: #2F2F2F. Windows color (decimal): -9432800 or 2101616. OLE color: 2101616.

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

Color convert

RGB 112 17 32 -
CMYK 0 0.85 0.71 0.56
HSL 350.53º 0.74% 0.25% -
HSV(B) 350.53º 0.85% 0.44% -
XYZ 7.14 3.95 1.75 -
YUV 47.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 112 17 32 0 0.85 0.71 0.56 350.53 0.74 0.25
Hex 70 11 20 0 55 47 38 15F 4A 19
Octal 160 21 40 0 125 107 70 537 112 31
Binary 1110000 10001 100000 0 1010101 1000111 111000 101011111 1001010 11001

Color Harmonies of #701120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701120

Black with #701120

Text Example


Text Example

White with #701120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701120; }

 p { color: rgb(112,17,32); }

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

background-color css

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

 a { background-color: rgb(112,17,32); }

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

border-color css

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

 span { border-color: rgb(112,17,32); }

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