#71101E

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

Shades of Red Berry #71101E

Tints of Red Berry #71101E

Color information

#71101E (or 0x71101E) is unknown color: approx Red Berry. HEX triplet: 71, 10 and 1E. RGB value is (113,16,30). Sum of RGB (Red+Green+Blue) = 113+16+30=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71101E is #8EEFE1. Grayscale: #2E2E2E. Windows color (decimal): -9367522 or 1970289. OLE color: 1970289.

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

Color convert

RGB1131630-
CMYK00.860.730.56
HSL351.34º75.19%25.29%-
HSV(B)351.34º85.84%44.31%-
XYZ7.233.981.61-
YUV46.6118.64175.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.07%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=71.07%
G=10.06%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113163000.860.730.56351.3475.1925.29
Hex71101E056493815f4b19
Octal161203601261117053711331
Binary11100011000011110010101101001001111000101011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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