#830215

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

Shades of Burgundy #830215

Tints of Burgundy #830215

Color information

#830215 (or 0x830215) is unknown color: approx Burgundy. HEX triplet: 83, 02 and 15. RGB value is (131,2,21). Sum of RGB (Red+Green+Blue) = 131+2+21=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #830215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830215 is #7CFDEA. Grayscale: #2A2A2A. Windows color (decimal): -8191467 or 1376899. OLE color: 1376899.

HSL color Cylindrical-coordinate representation of color #830215: hue angle of 351.16º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830215 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB131221-
CMYK00.980.840.49
HSL351.16º96.99%26.08%-
HSV(B)351.16º98.47%51.37%-
XYZ9.524.921.16-
YUV42.74115.74190.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 85.06%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 21 (8.59% from 255) = 13.64%
R=85.06%
G=1.30%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13122100.980.840.49351.1696.9926.08
Hex83215062543115f611a
Octal20322501421246153714132
Binary100000111010101011000101010100110001101011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830215; }

 p { color: rgb(131,2,21); }

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

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

 a { background-color: rgb(131,2,21); }

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

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

 span { border-color: rgb(131,2,21); }

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