Html Css Color HEX #701820 Red Berry

📋 copy color: '#701820'

red 112 ◦ green 24 ◦ blue 32

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

Shades of Red Berry #701820

Tints of Red Berry #701820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

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

R = 66.67%
G = 14.29%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#701820 (or 0x701820) is known color: Red Berry. HEX triplet: 70, 18 and 20. RGB value is (112,24,32). Sum of RGB (Red+Green+Blue) = 112+24+32=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #701820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701820 is #8FE7DF. Grayscale: #333333. Windows color (decimal): -9431008 or 2103408. OLE color: 2103408.

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

Color convert

RGB 112 24 32 -
CMYK 0 0.79 0.71 0.56
HSL 354.55º 0.65% 0.27% -
HSV(B) 354.55º 0.79% 0.44% -
XYZ 7.27 4.2 1.79 -
YUV 51.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 112 24 32 0 0.79 0.71 0.56 354.55 0.65 0.27
Hex 70 18 20 0 4F 47 38 163 41 1B
Octal 160 30 40 0 117 107 70 543 101 33
Binary 1110000 11000 100000 0 1001111 1000111 111000 101100011 1000001 11011

Color Harmonies of #701820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701820

Black with #701820

Text Example


Text Example

White with #701820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701820; }

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

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

background-color css

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

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

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

border-color css

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

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

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