#711F2B

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

Shades of Red Berry #711F2B

Tints of Red Berry #711F2B

Color information

#711F2B (or 0x711F2B) is unknown color: approx Red Berry. HEX triplet: 71, 1F and 2B. RGB value is (113,31,43). Sum of RGB (Red+Green+Blue) = 113+31+43=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F2B is #8EE0D4. Grayscale: #383838. Windows color (decimal): -9363669 or 2826097. OLE color: 2826097.

HSL color Cylindrical-coordinate representation of color #711F2B: hue angle of 351.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711F2B is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1133143-
CMYK00.730.620.56
HSL351.22º56.94%28.24%-
HSV(B)351.22º72.57%44.31%-
XYZ7.744.672.78-
YUV56.89120.17168.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=60.43%
G=16.58%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113314300.730.620.56351.2256.9428.24
Hex711F2B0493E3815f391c
Octal1613753011176705377134
Binary1110001111111010110100100111111011100010101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,31,43); }

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

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

 a { background-color: rgb(113,31,43); }

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

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

 span { border-color: rgb(113,31,43); }

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