Html Css Color HEX #70191F Red Berry

📋 copy color: '#70191F'

red 112 ◦ green 25 ◦ blue 31

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

Shades of Red Berry #70191F

Tints of Red Berry #70191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 66.67%
G = 14.88%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70191F (or 0x70191F) is known color: Red Berry. HEX triplet: 70, 19 and 1F. RGB value is (112,25,31). Sum of RGB (Red+Green+Blue) = 112+25+31=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #70191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70191F is #8FE6E0. Grayscale: #333333. Windows color (decimal): -9430753 or 2038128. OLE color: 2038128.

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

Color convert

RGB 112 25 31 -
CMYK 0 0.78 0.72 0.56
HSL 355.86º 0.64% 0.27% -
HSV(B) 355.86º 0.78% 0.44% -
XYZ 7.28 4.24 1.73 -
YUV 51.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 112 25 31 0 0.78 0.72 0.56 355.86 0.64 0.27
Hex 70 19 1F 0 4E 48 38 164 40 1B
Octal 160 31 37 0 116 110 70 544 100 33
Binary 1110000 11001 11111 0 1001110 1001000 111000 101100100 1000000 11011

Color Harmonies of #70191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70191F

Black with #70191F

Text Example


Text Example

White with #70191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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