Html Css Color HEX #701819 Red Berry

📋 copy color: '#701819'

red 112 ◦ green 24 ◦ blue 25

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

Shades of Red Berry #701819

Tints of Red Berry #701819

RGB

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

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

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

R = 69.57%
G = 14.91%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#701819 (or 0x701819) is known color: Red Berry. HEX triplet: 70, 18 and 19. RGB value is (112,24,25). Sum of RGB (Red+Green+Blue) = 112+24+25=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #701819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701819 is #8FE7E6. Grayscale: #323232. Windows color (decimal): -9431015 or 1644656. OLE color: 1644656.

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

Color convert

RGB 112 24 25 -
CMYK 0 0.79 0.78 0.56
HSL 359.32º 0.65% 0.27% -
HSV(B) 359.32º 0.79% 0.44% -
XYZ 7.18 4.17 1.35 -
YUV 50.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 112 24 25 0 0.79 0.78 0.56 359.32 0.65 0.27
Hex 70 18 19 0 4F 4E 38 167 41 1B
Octal 160 30 31 0 117 116 70 547 101 33
Binary 1110000 11000 11001 0 1001111 1001110 111000 101100111 1000001 11011

Color Harmonies of #701819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701819

Black with #701819

Text Example


Text Example

White with #701819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701819; }

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

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

background-color css

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

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

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

border-color css

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

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

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