Html Css Color HEX #701718 Red Berry

📋 copy color: '#701718'

red 112 ◦ green 23 ◦ blue 24

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

Shades of Red Berry #701718

Tints of Red Berry #701718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 70.44%
G = 14.47%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701718 (or 0x701718) is known color: Red Berry. HEX triplet: 70, 17 and 18. RGB value is (112,23,24). Sum of RGB (Red+Green+Blue) = 112+23+24=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #701718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701718 is #8FE8E7. Grayscale: #313131. Windows color (decimal): -9431272 or 1578864. OLE color: 1578864.

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

Color convert

RGB 112 23 24 -
CMYK 0 0.79 0.79 0.56
HSL 359.33º 0.66% 0.26% -
HSV(B) 359.33º 0.79% 0.44% -
XYZ 7.15 4.12 1.28 -
YUV 49.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 112 23 24 0 0.79 0.79 0.56 359.33 0.66 0.26
Hex 70 17 18 0 4F 4F 38 167 42 1A
Octal 160 27 30 0 117 117 70 547 102 32
Binary 1110000 10111 11000 0 1001111 1001111 111000 101100111 1000010 11010

Color Harmonies of #701718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701718

Black with #701718

Text Example


Text Example

White with #701718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701718; }

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

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

background-color css

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

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

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

border-color css

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

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

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