#71111B

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

Shades of Red Berry #71111B

Tints of Red Berry #71111B

Color information

#71111B (or 0x71111B) is unknown color: approx Red Berry. HEX triplet: 71, 11 and 1B. RGB value is (113,17,27). Sum of RGB (Red+Green+Blue) = 113+17+27=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #71111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71111B is #8EEEE4. Grayscale: #2E2E2E. Windows color (decimal): -9367269 or 1773937. OLE color: 1773937.

HSL color Cylindrical-coordinate representation of color #71111B: hue angle of 353.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71111B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1131727-
CMYK00.850.760.56
HSL353.75º73.85%25.49%-
HSV(B)353.75º84.96%44.31%-
XYZ7.213.991.43-
YUV46.84116.8175.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.97%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=71.97%
G=10.83%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113172700.850.760.56353.7573.8525.49
Hex71111B0554C381624a19
Octal161213301251147054211231
Binary11100011000111011010101011001100111000101100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71111B; }

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

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

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

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

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

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

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

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