#831218

Color #831218 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #831218

Tints of Burgundy #831218

Color information

#831218 (or 0x831218) is unknown color: approx Burgundy. HEX triplet: 83, 12 and 18. RGB value is (131,18,24). Sum of RGB (Red+Green+Blue) = 131+18+24=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #831218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831218 is #7CEDE7. Grayscale: #343434. Windows color (decimal): -8187368 or 1577603. OLE color: 1577603.

HSL color Cylindrical-coordinate representation of color #831218: hue angle of 356.81º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831218 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1311824-
CMYK00.860.820.49
HSL356.81º75.84%29.22%-
HSV(B)356.81º86.26%51.37%-
XYZ9.745.321.38-
YUV52.47111.94184.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 75.72%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=75.72%
G=10.40%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131182400.860.820.49356.8175.8429.22
Hex83121805652311654c1d
Octal203223001261226154511435
Binary100000111001011000010101101010010110001101100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831218; }

 p { color: rgb(131,18,24); }

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

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

 a { background-color: rgb(131,18,24); }

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

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

 span { border-color: rgb(131,18,24); }

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