#701521

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

Shades of Red Berry #701521

Tints of Red Berry #701521

Color information

#701521 (or 0x701521) is unknown color: approx Red Berry. HEX triplet: 70, 15 and 21. RGB value is (112,21,33). Sum of RGB (Red+Green+Blue) = 112+21+33=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #701521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701521 is #8FEADE. Grayscale: #313131. Windows color (decimal): -9431775 or 2168176. OLE color: 2168176.

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

Color convert

RGB1122133-
CMYK00.810.710.56
HSL352.09º68.42%26.08%-
HSV(B)352.09º81.25%43.92%-
XYZ7.224.091.85-
YUV49.58118.65172.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.47%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=67.47%
G=12.65%
B=19.88%

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
Decimal112213300.810.710.56352.0968.4226.08
Hex7015210514738160441a
Octal160254101211077054010432
Binary111000010101100001010100011000111111000101100000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701521; }

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

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

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

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

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

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

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

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