#71171F

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

Shades of Red Berry #71171F

Tints of Red Berry #71171F

Color information

#71171F (or 0x71171F) is unknown color: approx Red Berry. HEX triplet: 71, 17 and 1F. RGB value is (113,23,31). Sum of RGB (Red+Green+Blue) = 113+23+31=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #71171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71171F is #8EE8E0. Grayscale: #323232. Windows color (decimal): -9365729 or 2037617. OLE color: 2037617.

HSL color Cylindrical-coordinate representation of color #71171F: hue angle of 354.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71171F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1132331-
CMYK00.800.730.56
HSL354.67º66.18%26.67%-
HSV(B)354.67º79.65%44.31%-
XYZ7.364.221.72-
YUV50.82116.82172.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.66%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=67.66%
G=13.77%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113233100.800.730.56354.6766.1826.67
Hex71171F0504938163421b
Octal161273701201117054310233
Binary11100011011111111010100001001001111000101100011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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