#830B20

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

Shades of Burgundy #830B20

Tints of Burgundy #830B20

Color information

#830B20 (or 0x830B20) is unknown color: approx Burgundy. HEX triplet: 83, 0B and 20. RGB value is (131,11,32). Sum of RGB (Red+Green+Blue) = 131+11+32=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #830B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830B20 is #7CF4DF. Grayscale: #313131. Windows color (decimal): -8189152 or 2100099. OLE color: 2100099.

HSL color Cylindrical-coordinate representation of color #830B20: hue angle of 349.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830B20 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1311132-
CMYK00.920.760.49
HSL349.5º84.51%27.84%-
HSV(B)349.5º91.6%51.37%-
XYZ9.745.171.85-
YUV49.27118.26186.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 75.29%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=75.29%
G=6.32%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131113200.920.760.49349.584.5127.84
Hex83B2005C4C3115e551c
Octal203134001341146153612534
Binary100000111011100000010111001001100110001101011110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830B20; }

 p { color: rgb(131,11,32); }

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

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

 a { background-color: rgb(131,11,32); }

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

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

 span { border-color: rgb(131,11,32); }

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