#711020

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

Shades of Red Berry #711020

Tints of Red Berry #711020

Color information

#711020 (or 0x711020) is unknown color: approx Red Berry. HEX triplet: 71, 10 and 20. RGB value is (113,16,32). Sum of RGB (Red+Green+Blue) = 113+16+32=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #711020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711020 is #8EEFDF. Grayscale: #2E2E2E. Windows color (decimal): -9367520 or 2101361. OLE color: 2101361.

HSL color Cylindrical-coordinate representation of color #711020: hue angle of 350.1º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711020 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1131632-
CMYK00.860.720.56
HSL350.1º75.19%25.29%-
HSV(B)350.1º85.84%44.31%-
XYZ7.263.991.75-
YUV46.83119.64175.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 70.19%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=70.19%
G=9.94%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113163200.860.720.56350.175.1925.29
Hex711020056483815e4b19
Octal161204001261107053611331
Binary111000110000100000010101101001000111000101011110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711020; }

 p { color: rgb(113,16,32); }

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

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

 a { background-color: rgb(113,16,32); }

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

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

 span { border-color: rgb(113,16,32); }

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