#711B20

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

Shades of Red Berry #711B20

Tints of Red Berry #711B20

Color information

#711B20 (or 0x711B20) is unknown color: approx Red Berry. HEX triplet: 71, 1B and 20. RGB value is (113,27,32). Sum of RGB (Red+Green+Blue) = 113+27+32=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #711B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B20 is #8EE4DF. Grayscale: #353535. Windows color (decimal): -9364704 or 2104177. OLE color: 2104177.

HSL color Cylindrical-coordinate representation of color #711B20: hue angle of 356.51º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B20 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1132732-
CMYK00.760.720.56
HSL356.51º61.43%27.45%-
HSV(B)356.51º76.11%44.31%-
XYZ7.464.41.82-
YUV53.28115.99170.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=65.70%
G=15.70%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113273200.760.720.56356.5161.4327.45
Hex711B2004C48381653d1b
Octal16133400114110705457533
Binary11100011101110000001001100100100011100010110010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711B20; }

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

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

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

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

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

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

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

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