#71161E

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

Shades of Red Berry #71161E

Tints of Red Berry #71161E

Color information

#71161E (or 0x71161E) is unknown color: approx Red Berry. HEX triplet: 71, 16 and 1E. RGB value is (113,22,30). Sum of RGB (Red+Green+Blue) = 113+22+30=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71161E is #8EE9E1. Grayscale: #323232. Windows color (decimal): -9365986 or 1971825. OLE color: 1971825.

HSL color Cylindrical-coordinate representation of color #71161E: hue angle of 354.73º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71161E is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1132230-
CMYK00.810.730.56
HSL354.73º67.41%26.47%-
HSV(B)354.73º80.53%44.31%-
XYZ7.334.181.65-
YUV50.12116.65172.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.48%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=68.48%
G=13.33%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113223000.810.730.56354.7367.4126.47
Hex71161E0514938163431a
Octal161263601211117054310332
Binary11100011011011110010100011001001111000101100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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