Html Css Color HEX #70191D Red Berry

📋 copy color: '#70191D'

red 112 ◦ green 25 ◦ blue 29

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

Shades of Red Berry #70191D

Tints of Red Berry #70191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.47%

R = 67.47%
G = 15.06%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70191D (or 0x70191D) is known color: Red Berry. HEX triplet: 70, 19 and 1D. RGB value is (112,25,29). Sum of RGB (Red+Green+Blue) = 112+25+29=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #70191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70191D is #8FE6E2. Grayscale: #333333. Windows color (decimal): -9430755 or 1907056. OLE color: 1907056.

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

Color convert

RGB 112 25 29 -
CMYK 0 0.78 0.74 0.56
HSL 357.24º 0.64% 0.27% -
HSV(B) 357.24º 0.78% 0.44% -
XYZ 7.25 4.23 1.6 -
YUV 51.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 112 25 29 0 0.78 0.74 0.56 357.24 0.64 0.27
Hex 70 19 1D 0 4E 4A 38 165 40 1B
Octal 160 31 35 0 116 112 70 545 100 33
Binary 1110000 11001 11101 0 1001110 1001010 111000 101100101 1000000 11011

Color Harmonies of #70191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70191D

Black with #70191D

Text Example


Text Example

White with #70191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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