#701115

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

Shades of Red Berry #701115

Tints of Red Berry #701115

Color information

#701115 (or 0x701115) is unknown color: approx Red Berry. HEX triplet: 70, 11 and 15. RGB value is (112,17,21). Sum of RGB (Red+Green+Blue) = 112+17+21=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #701115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701115 is #8FEEEA. Grayscale: #2D2D2D. Windows color (decimal): -9432811 or 1380720. OLE color: 1380720.

HSL color Cylindrical-coordinate representation of color #701115: hue angle of 357.47º 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 #701115 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1121721-
CMYK00.850.810.56
HSL357.47º73.64%25.29%-
HSV(B)357.47º84.82%43.92%-
XYZ7.023.91.09-
YUV45.86113.97175.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.67%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 21 (8.59% from 255) = 14%
R=74.67%
G=11.33%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112172100.850.810.56357.4773.6425.29
Hex70111505551381654a19
Octal160212501251217054511231
Binary11100001000110101010101011010001111000101100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701115; }

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

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

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

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

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

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

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

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