#71101B

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

Shades of Red Berry #71101B

Tints of Red Berry #71101B

Color information

#71101B (or 0x71101B) is unknown color: approx Red Berry. HEX triplet: 71, 10 and 1B. RGB value is (113,16,27). Sum of RGB (Red+Green+Blue) = 113+16+27=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #71101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71101B is #8EEFE4. Grayscale: #2E2E2E. Windows color (decimal): -9367525 or 1773681. OLE color: 1773681.

HSL color Cylindrical-coordinate representation of color #71101B: hue angle of 353.2º 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 #71101B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1131627-
CMYK00.860.760.56
HSL353.2º75.19%25.29%-
HSV(B)353.2º85.84%44.31%-
XYZ7.193.961.42-
YUV46.26117.14175.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 72.44%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=72.44%
G=10.26%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113162700.860.760.56353.275.1925.29
Hex71101B0564C381614b19
Octal161203301261147054111331
Binary11100011000011011010101101001100111000101100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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