#70191D

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

Shades of Red Berry #70191D

Tints of Red Berry #70191D

Color information

#70191D (or 0x70191D) is unknown color: approx 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

RGB1122529-
CMYK00.780.740.56
HSL357.24º63.5%26.86%-
HSV(B)357.24º77.68%43.92%-
XYZ7.254.231.6-
YUV51.47115.32171.17-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112252900.780.740.56357.2463.526.86
Hex70191D04E4A38165401b
Octal160313501161127054510033
Binary11100001100111101010011101001010111000101100101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>