#83171C

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

Shades of Red Berry #83171C

Tints of Red Berry #83171C

Color information

#83171C (or 0x83171C) is unknown color: approx Red Berry. HEX triplet: 83, 17 and 1C. RGB value is (131,23,28). Sum of RGB (Red+Green+Blue) = 131+23+28=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83171C is #7CE8E3. Grayscale: #373737. Windows color (decimal): -8186084 or 1841027. OLE color: 1841027.

HSL color Cylindrical-coordinate representation of color #83171C: hue angle of 357.22º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83171C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1312328-
CMYK00.820.790.49
HSL357.22º70.13%30.2%-
HSV(B)357.22º82.44%51.37%-
XYZ9.885.521.64-
YUV55.86112.28181.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.98%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=71.98%
G=12.64%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131232800.820.790.49357.2270.1330.2
Hex83171C0524F31165461e
Octal203273401221176154510636
Binary100000111011111100010100101001111110001101100101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83171C; }

 p { color: rgb(131,23,28); }

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

<style>
 a { background-color: #83171C; }

 a { background-color: rgb(131,23,28); }

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

<style>
 span { border-color: #83171C; }

 span { border-color: rgb(131,23,28); }

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