Shades of Burgundy #850D2D
Tints of Burgundy #850D2D
RGB
CMYK
RGB Variations
Color information
#850D2D (or 0x850D2D) is known color: Burgundy. HEX triplet: 85, 0D and 2D. RGB value is (133,13,45). Sum of RGB (Red+Green+Blue) = 133+13+45=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #850D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D2D is #7AF2D2. Grayscale: #343434. Windows color (decimal): -8057555 or 2952581. OLE color: 2952581.
HSL color Cylindrical-coordinate representation of color #850D2D: hue angle of 344º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D2D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 45 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.48 |
| HSL | 344º | 0.82% | 0.29% | - |
| HSV(B) | 344º | 0.9% | 0.52% | - |
| XYZ | 10.29 | 5.46 | 2.99 | - |
| YUV | 52.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 45 | 0 | 0.90 | 0.66 | 0.48 | 344 | 0.82 | 0.29 |
| Hex | 85 | D | 2D | 0 | 5A | 42 | 30 | 158 | 52 | 1D |
| Octal | 205 | 15 | 55 | 0 | 132 | 102 | 60 | 530 | 122 | 35 |
| Binary | 10000101 | 1101 | 101101 | 0 | 1011010 | 1000010 | 110000 | 101011000 | 1010010 | 11101 |
Color Harmonies of #850D2D
Complementary color
Monochromatic Colors of #850D2D
Black with #850D2D
Text Example
Text Example
White with #850D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D2D; }
p { color: rgb(133,13,45); }
H1.HeaderClassName
{
color: #850D2D;
}
.AnyTagClassName
{
color: #850D2D;
}
</style>
background-color css
<style>
a { background-color: #850D2D; }
a { background-color: rgb(133,13,45); }
div.DivClassName
{
background-color: #850D2D;
}
.BgClassName
{
background-color: #850D2D;
}
</style>
border-color css
<style>
span { border-color: #850D2D; }
span { border-color: rgb(133,13,45); }
td.TdClassName
{
border-color: #850D2D;
}
.TagClassName
{
border-color: #850D2D;
}
</style>