#701520

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

Shades of Red Berry #701520

Tints of Red Berry #701520

Color information

#701520 (or 0x701520) is unknown color: approx Red Berry. HEX triplet: 70, 15 and 20. RGB value is (112,21,32). Sum of RGB (Red+Green+Blue) = 112+21+32=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #701520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701520 is #8FEADF. Grayscale: #313131. Windows color (decimal): -9431776 or 2102640. OLE color: 2102640.

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

Color convert

RGB1122132-
CMYK00.810.710.56
HSL352.75º68.42%26.08%-
HSV(B)352.75º81.25%43.92%-
XYZ7.214.091.77-
YUV49.46118.15172.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=67.88%
G=12.73%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112213200.810.710.56352.7568.4226.08
Hex7015200514738161441a
Octal160254001211077054110432
Binary111000010101100000010100011000111111000101100001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701520; }

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

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

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

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

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

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

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

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