#701921

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

Shades of Red Berry #701921

Tints of Red Berry #701921

Color information

#701921 (or 0x701921) is unknown color: approx Red Berry. HEX triplet: 70, 19 and 21. RGB value is (112,25,33). Sum of RGB (Red+Green+Blue) = 112+25+33=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #701921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701921 is #8FE6DE. Grayscale: #333333. Windows color (decimal): -9430751 or 2169200. OLE color: 2169200.

HSL color Cylindrical-coordinate representation of color #701921: hue angle of 354.48º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701921 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1122533-
CMYK00.780.710.56
HSL354.48º63.5%26.86%-
HSV(B)354.48º77.68%43.92%-
XYZ7.34.251.87-
YUV51.92117.32170.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.88%
GREEN value IS 25 (10.16% from 255) = 14.71%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=65.88%
G=14.71%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112253300.780.710.56354.4863.526.86
Hex70192104E4738162401b
Octal160314101161077054210033
Binary111000011001100001010011101000111111000101100010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701921; }

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

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

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

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

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

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

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

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