#701519

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

Shades of Red Berry #701519

Tints of Red Berry #701519

Color information

#701519 (or 0x701519) is unknown color: approx Red Berry. HEX triplet: 70, 15 and 19. RGB value is (112,21,25). Sum of RGB (Red+Green+Blue) = 112+21+25=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #701519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701519 is #8FEAE6. Grayscale: #303030. Windows color (decimal): -9431783 or 1643888. OLE color: 1643888.

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

Color convert

RGB1122125-
CMYK00.810.780.56
HSL357.36º68.42%26.08%-
HSV(B)357.36º81.25%43.92%-
XYZ7.134.051.33-
YUV48.66114.65173.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.89%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=70.89%
G=13.29%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112212500.810.780.56357.3668.4226.08
Hex7015190514E38165441a
Octal160253101211167054510432
Binary11100001010111001010100011001110111000101100101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701519; }

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

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

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

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

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

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

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

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