Shades of Burgundy #850B2D
Tints of Burgundy #850B2D
RGB
CMYK
RGB Variations
Color information
#850B2D (or 0x850B2D) is known color: Burgundy. HEX triplet: 85, 0B and 2D. RGB value is (133,11,45). Sum of RGB (Red+Green+Blue) = 133+11+45=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #850B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850B2D is #7AF4D2. Grayscale: #333333. Windows color (decimal): -8058067 or 2952069. OLE color: 2952069.
HSL color Cylindrical-coordinate representation of color #850B2D: hue angle of 343.28º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B2D is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 45 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.48 |
| HSL | 343.28º | 0.85% | 0.28% | - |
| HSV(B) | 343.28º | 0.92% | 0.52% | - |
| XYZ | 10.27 | 5.42 | 2.99 | - |
| YUV | 51.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 45 | 0 | 0.92 | 0.66 | 0.48 | 343.28 | 0.85 | 0.28 |
| Hex | 85 | B | 2D | 0 | 5C | 42 | 30 | 157 | 55 | 1C |
| Octal | 205 | 13 | 55 | 0 | 134 | 102 | 60 | 527 | 125 | 34 |
| Binary | 10000101 | 1011 | 101101 | 0 | 1011100 | 1000010 | 110000 | 101010111 | 1010101 | 11100 |
Color Harmonies of #850B2D
Complementary color
Monochromatic Colors of #850B2D
Black with #850B2D
Text Example
Text Example
White with #850B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B2D; }
p { color: rgb(133,11,45); }
H1.HeaderClassName
{
color: #850B2D;
}
.AnyTagClassName
{
color: #850B2D;
}
</style>
background-color css
<style>
a { background-color: #850B2D; }
a { background-color: rgb(133,11,45); }
div.DivClassName
{
background-color: #850B2D;
}
.BgClassName
{
background-color: #850B2D;
}
</style>
border-color css
<style>
span { border-color: #850B2D; }
span { border-color: rgb(133,11,45); }
td.TdClassName
{
border-color: #850B2D;
}
.TagClassName
{
border-color: #850B2D;
}
</style>