Html Css Color HEX #70131A Red Berry

📋 copy color: '#70131A'

red 112 ◦ green 19 ◦ blue 26

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

Shades of Red Berry #70131A

Tints of Red Berry #70131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 71.34%
G = 12.1%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70131A (or 0x70131A) is known color: Red Berry. HEX triplet: 70, 13 and 1A. RGB value is (112,19,26). Sum of RGB (Red+Green+Blue) = 112+19+26=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70131A is #8FECE5. Grayscale: #2F2F2F. Windows color (decimal): -9432294 or 1708912. OLE color: 1708912.

HSL color Cylindrical-coordinate representation of color #70131A: hue angle of 355.48º 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 #70131A is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 26 -
CMYK 0 0.83 0.77 0.56
HSL 355.48º 0.71% 0.26% -
HSV(B) 355.48º 0.83% 0.44% -
XYZ 7.1 3.99 1.37 -
YUV 47.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 112 19 26 0 0.83 0.77 0.56 355.48 0.71 0.26
Hex 70 13 1A 0 53 4D 38 163 47 1A
Octal 160 23 32 0 123 115 70 543 107 32
Binary 1110000 10011 11010 0 1010011 1001101 111000 101100011 1000111 11010

Color Harmonies of #70131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70131A

Black with #70131A

Text Example


Text Example

White with #70131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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