#701516

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

Shades of Red Berry #701516

Tints of Red Berry #701516

Color information

#701516 (or 0x701516) is unknown color: approx Red Berry. HEX triplet: 70, 15 and 16. RGB value is (112,21,22). Sum of RGB (Red+Green+Blue) = 112+21+22=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #701516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701516 is #8FEAE9. Grayscale: #303030. Windows color (decimal): -9431786 or 1447280. OLE color: 1447280.

HSL color Cylindrical-coordinate representation of color #701516: hue angle of 359.34º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701516 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1122122-
CMYK00.810.800.56
HSL359.34º68.42%26.08%-
HSV(B)359.34º81.25%43.92%-
XYZ7.14.041.16-
YUV48.32113.15173.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=72.26%
G=13.55%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112212200.810.800.56359.3468.4226.08
Hex7015160515038167441a
Octal160252601211207054710432
Binary11100001010110110010100011010000111000101100111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701516; }

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

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

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

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

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

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

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

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