#71101F

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

Shades of Red Berry #71101F

Tints of Red Berry #71101F

Color information

#71101F (or 0x71101F) is unknown color: approx Red Berry. HEX triplet: 71, 10 and 1F. RGB value is (113,16,31). Sum of RGB (Red+Green+Blue) = 113+16+31=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #71101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71101F is #8EEFE0. Grayscale: #2E2E2E. Windows color (decimal): -9367521 or 2035825. OLE color: 2035825.

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

Color convert

RGB1131631-
CMYK00.860.730.56
HSL350.72º75.19%25.29%-
HSV(B)350.72º85.84%44.31%-
XYZ7.243.981.68-
YUV46.71119.14175.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 70.62%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=70.62%
G=10%
B=19.38%

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
Decimal113163100.860.730.56350.7275.1925.29
Hex71101F056493815f4b19
Octal161203701261117053711331
Binary11100011000011111010101101001001111000101011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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