Html Css Color HEX #70131E Red Berry

📋 copy color: '#70131E'

red 112 ◦ green 19 ◦ blue 30

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

Shades of Red Berry #70131E

Tints of Red Berry #70131E

RGB

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

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

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

R = 69.57%
G = 11.8%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70131E (or 0x70131E) is known color: Red Berry. HEX triplet: 70, 13 and 1E. RGB value is (112,19,30). Sum of RGB (Red+Green+Blue) = 112+19+30=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70131E is #8FECE1. Grayscale: #303030. Windows color (decimal): -9432290 or 1971056. OLE color: 1971056.

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

Color convert

RGB 112 19 30 -
CMYK 0 0.83 0.73 0.56
HSL 352.9º 0.71% 0.26% -
HSV(B) 352.9º 0.83% 0.44% -
XYZ 7.15 4 1.62 -
YUV 48.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 112 19 30 0 0.83 0.73 0.56 352.9 0.71 0.26
Hex 70 13 1E 0 53 49 38 161 47 1A
Octal 160 23 36 0 123 111 70 541 107 32
Binary 1110000 10011 11110 0 1010011 1001001 111000 101100001 1000111 11010

Color Harmonies of #70131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70131E

Black with #70131E

Text Example


Text Example

White with #70131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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