Html Css Color HEX #701220 Red Berry

📋 copy color: '#701220'

red 112 ◦ green 18 ◦ blue 32

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

Shades of Red Berry #701220

Tints of Red Berry #701220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.11%

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

R = 69.14%
G = 11.11%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#701220 (or 0x701220) is known color: Red Berry. HEX triplet: 70, 12 and 20. RGB value is (112,18,32). Sum of RGB (Red+Green+Blue) = 112+18+32=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #701220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701220 is #8FEDDF. Grayscale: #2F2F2F. Windows color (decimal): -9432544 or 2101872. OLE color: 2101872.

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

Color convert

RGB 112 18 32 -
CMYK 0 0.84 0.71 0.56
HSL 351.06º 0.72% 0.25% -
HSV(B) 351.06º 0.84% 0.44% -
XYZ 7.16 3.98 1.76 -
YUV 47.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 112 18 32 0 0.84 0.71 0.56 351.06 0.72 0.25
Hex 70 12 20 0 54 47 38 15F 48 19
Octal 160 22 40 0 124 107 70 537 110 31
Binary 1110000 10010 100000 0 1010100 1000111 111000 101011111 1001000 11001

Color Harmonies of #701220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701220

Black with #701220

Text Example


Text Example

White with #701220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701220; }

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

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

background-color css

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

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

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

border-color css

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

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

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