#831324

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

Shades of Burgundy #831324

Tints of Burgundy #831324

Color information

#831324 (or 0x831324) is unknown color: approx Burgundy. HEX triplet: 83, 13 and 24. RGB value is (131,19,36). Sum of RGB (Red+Green+Blue) = 131+19+36=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #831324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831324 is #7CECDB. Grayscale: #363636. Windows color (decimal): -8187100 or 2364291. OLE color: 2364291.

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

Color convert

RGB1311936-
CMYK00.850.730.49
HSL350.89º74.67%29.41%-
HSV(B)350.89º85.5%51.37%-
XYZ9.915.422.19-
YUV54.43117.61182.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 70.43%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=70.43%
G=10.22%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131193600.850.730.49350.8974.6729.41
Hex831324055493115f4b1d
Octal203234401251116153711335
Binary1000001110011100100010101011001001110001101011111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831324; }

 p { color: rgb(131,19,36); }

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

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

 a { background-color: rgb(131,19,36); }

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

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

 span { border-color: rgb(131,19,36); }

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