#83171D

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

Shades of Red Berry #83171D

Tints of Red Berry #83171D

Color information

#83171D (or 0x83171D) is unknown color: approx Red Berry. HEX triplet: 83, 17 and 1D. RGB value is (131,23,29). Sum of RGB (Red+Green+Blue) = 131+23+29=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83171D is #7CE8E2. Grayscale: #383838. Windows color (decimal): -8186083 or 1906563. OLE color: 1906563.

HSL color Cylindrical-coordinate representation of color #83171D: hue angle of 356.67º 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 #83171D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1312329-
CMYK00.820.780.49
HSL356.67º70.13%30.2%-
HSV(B)356.67º82.44%51.37%-
XYZ9.895.531.71-
YUV55.98112.78181.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.58%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=71.58%
G=12.57%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131232900.820.780.49356.6770.1330.2
Hex83171D0524E31165461e
Octal203273501221166154510636
Binary100000111011111101010100101001110110001101100101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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