Html Css Color HEX #70191E Red Berry

📋 copy color: '#70191E'

red 112 ◦ green 25 ◦ blue 30

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

Shades of Red Berry #70191E

Tints of Red Berry #70191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.97%

 BLUE value IS 30 (12.11% from 255) = 17.96%

R = 67.07%
G = 14.97%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70191E (or 0x70191E) is known color: Red Berry. HEX triplet: 70, 19 and 1E. RGB value is (112,25,30). Sum of RGB (Red+Green+Blue) = 112+25+30=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #70191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70191E is #8FE6E1. Grayscale: #333333. Windows color (decimal): -9430754 or 1972592. OLE color: 1972592.

HSL color Cylindrical-coordinate representation of color #70191E: hue angle of 356.55º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70191E is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 30 -
CMYK 0 0.78 0.73 0.56
HSL 356.55º 0.64% 0.27% -
HSV(B) 356.55º 0.78% 0.44% -
XYZ 7.26 4.23 1.66 -
YUV 51.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 112 25 30 0 0.78 0.73 0.56 356.55 0.64 0.27
Hex 70 19 1E 0 4E 49 38 165 40 1B
Octal 160 31 36 0 116 111 70 545 100 33
Binary 1110000 11001 11110 0 1001110 1001001 111000 101100101 1000000 11011

Color Harmonies of #70191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70191E

Black with #70191E

Text Example


Text Example

White with #70191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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