#70111C

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

Shades of Red Berry #70111C

Tints of Red Berry #70111C

Color information

#70111C (or 0x70111C) is unknown color: approx Red Berry. HEX triplet: 70, 11 and 1C. RGB value is (112,17,28). Sum of RGB (Red+Green+Blue) = 112+17+28=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70111C is #8FEEE3. Grayscale: #2E2E2E. Windows color (decimal): -9432804 or 1839472. OLE color: 1839472.

HSL color Cylindrical-coordinate representation of color #70111C: hue angle of 353.05º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70111C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1121728-
CMYK00.850.750.56
HSL353.05º73.64%25.29%-
HSV(B)353.05º84.82%43.92%-
XYZ7.093.931.48-
YUV46.66117.47174.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.34%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=71.34%
G=10.83%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112172800.850.750.56353.0573.6425.29
Hex70111C0554B381614a19
Octal160213401251137054111231
Binary11100001000111100010101011001011111000101100001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70111C; }

 p { color: rgb(112,17,28); }

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

<style>
 a { background-color: #70111C; }

 a { background-color: rgb(112,17,28); }

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

<style>
 span { border-color: #70111C; }

 span { border-color: rgb(112,17,28); }

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