#71161F

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

Shades of Red Berry #71161F

Tints of Red Berry #71161F

Color information

#71161F (or 0x71161F) is unknown color: approx Red Berry. HEX triplet: 71, 16 and 1F. RGB value is (113,22,31). Sum of RGB (Red+Green+Blue) = 113+22+31=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #71161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71161F is #8EE9E0. Grayscale: #323232. Windows color (decimal): -9365985 or 2037361. OLE color: 2037361.

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

Color convert

RGB1132231-
CMYK00.810.730.56
HSL354.07º67.41%26.47%-
HSV(B)354.07º80.53%44.31%-
XYZ7.344.181.72-
YUV50.24117.15172.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.07%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=68.07%
G=13.25%
B=18.67%

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
Decimal113223100.810.730.56354.0767.4126.47
Hex71161F0514938162431a
Octal161263701211117054210332
Binary11100011011011111010100011001001111000101100010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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