#70191E

Color #70191E Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #70191E

Tints of Red Berry #70191E

Color information

#70191E (or 0x70191E) is unknown color: approx Red Berry. HEX triplet: 70, 19 and 1E. RGB value is (112,25,30). Sum of RGB (Red+Green+Blue) = 112+25+30=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #70191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70191E is #8FE6E1. Grayscale: #333333. Windows color (decimal): -9430754 or 1972592. OLE color: 1972592.

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

Color convert

RGB1122530-
CMYK00.780.730.56
HSL356.55º63.5%26.86%-
HSV(B)356.55º77.68%43.92%-
XYZ7.264.231.66-
YUV51.58115.82171.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.07%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=67.07%
G=14.97%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112253000.780.730.56356.5563.526.86
Hex70191E04E4938165401b
Octal160313601161117054510033
Binary11100001100111110010011101001001111000101100101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70191E;
 }
 .AnyTagClassName
 {
   color: #70191E;
 }
</style>
background-color css

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

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

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

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

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

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