Html Css Color HEX #70131B Red Berry

📋 copy color: '#70131B'

red 112 ◦ green 19 ◦ blue 27

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

Shades of Red Berry #70131B

Tints of Red Berry #70131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.03%

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 70.89%
G = 12.03%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70131B (or 0x70131B) is known color: Red Berry. HEX triplet: 70, 13 and 1B. RGB value is (112,19,27). Sum of RGB (Red+Green+Blue) = 112+19+27=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70131B is #8FECE4. Grayscale: #2F2F2F. Windows color (decimal): -9432293 or 1774448. OLE color: 1774448.

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

Color convert

RGB 112 19 27 -
CMYK 0 0.83 0.76 0.56
HSL 354.84º 0.71% 0.26% -
HSV(B) 354.84º 0.83% 0.44% -
XYZ 7.11 3.99 1.43 -
YUV 47.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 112 19 27 0 0.83 0.76 0.56 354.84 0.71 0.26
Hex 70 13 1B 0 53 4C 38 163 47 1A
Octal 160 23 33 0 123 114 70 543 107 32
Binary 1110000 10011 11011 0 1010011 1001100 111000 101100011 1000111 11010

Color Harmonies of #70131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70131B

Black with #70131B

Text Example


Text Example

White with #70131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70131B; }

 p { color: rgb(112,19,27); }

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

background-color css

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

 a { background-color: rgb(112,19,27); }

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

border-color css

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

 span { border-color: rgb(112,19,27); }

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