Shades of Burgundy #83022B
Tints of Burgundy #83022B
RGB
CMYK
RGB Variations
Color information
#83022B (or 0x83022B) is known color: Burgundy. HEX triplet: 83, 02 and 2B. RGB value is (131,2,43). Sum of RGB (Red+Green+Blue) = 131+2+43=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #83022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83022B is #7CFDD4. Grayscale: #2D2D2D. Windows color (decimal): -8191445 or 2818691. OLE color: 2818691.
HSL color Cylindrical-coordinate representation of color #83022B: hue angle of 340.93º 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 #83022B is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.49 |
| HSL | 340.93º | 0.97% | 0.26% | - |
| HSV(B) | 340.93º | 0.98% | 0.51% | - |
| XYZ | 9.82 | 5.04 | 2.74 | - |
| YUV | 45.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 43 | 0 | 0.98 | 0.67 | 0.49 | 340.93 | 0.97 | 0.26 |
| Hex | 83 | 2 | 2B | 0 | 62 | 43 | 31 | 155 | 61 | 1A |
| Octal | 203 | 2 | 53 | 0 | 142 | 103 | 61 | 525 | 141 | 32 |
| Binary | 10000011 | 10 | 101011 | 0 | 1100010 | 1000011 | 110001 | 101010101 | 1100001 | 11010 |
Color Harmonies of #83022B
Complementary color
Monochromatic Colors of #83022B
Black with #83022B
Text Example
Text Example
White with #83022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83022B; }
p { color: rgb(131,2,43); }
H1.HeaderClassName
{
color: #83022B;
}
.AnyTagClassName
{
color: #83022B;
}
</style>
background-color css
<style>
a { background-color: #83022B; }
a { background-color: rgb(131,2,43); }
div.DivClassName
{
background-color: #83022B;
}
.BgClassName
{
background-color: #83022B;
}
</style>
border-color css
<style>
span { border-color: #83022B; }
span { border-color: rgb(131,2,43); }
td.TdClassName
{
border-color: #83022B;
}
.TagClassName
{
border-color: #83022B;
}
</style>