#71101D

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

Shades of Red Berry #71101D

Tints of Red Berry #71101D

Color information

#71101D (or 0x71101D) is unknown color: approx Red Berry. HEX triplet: 71, 10 and 1D. RGB value is (113,16,29). Sum of RGB (Red+Green+Blue) = 113+16+29=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71101D is #8EEFE2. Grayscale: #2E2E2E. Windows color (decimal): -9367523 or 1904753. OLE color: 1904753.

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

Color convert

RGB1131629-
CMYK00.860.740.56
HSL351.96º75.19%25.29%-
HSV(B)351.96º85.84%44.31%-
XYZ7.223.971.55-
YUV46.48118.14175.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=71.52%
G=10.13%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113162900.860.740.56351.9675.1925.29
Hex71101D0564A381604b19
Octal161203501261127054011331
Binary11100011000011101010101101001010111000101100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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