Shades of Burgundy #850D3C
Tints of Burgundy #850D3C
RGB
CMYK
RGB Variations
Color information
#850D3C (or 0x850D3C) is known color: Burgundy. HEX triplet: 85, 0D and 3C. RGB value is (133,13,60). Sum of RGB (Red+Green+Blue) = 133+13+60=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #850D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D3C is #7AF2C3. Grayscale: #363636. Windows color (decimal): -8057540 or 3935621. OLE color: 3935621.
HSL color Cylindrical-coordinate representation of color #850D3C: hue angle of 336.5º 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 #850D3C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 60 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.48 |
| HSL | 336.5º | 0.82% | 0.29% | - |
| HSV(B) | 336.5º | 0.9% | 0.52% | - |
| XYZ | 10.63 | 5.6 | 4.8 | - |
| YUV | 54.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 60 | 0 | 0.90 | 0.55 | 0.48 | 336.5 | 0.82 | 0.29 |
| Hex | 85 | D | 3C | 0 | 5A | 37 | 30 | 150 | 52 | 1D |
| Octal | 205 | 15 | 74 | 0 | 132 | 67 | 60 | 520 | 122 | 35 |
| Binary | 10000101 | 1101 | 111100 | 0 | 1011010 | 110111 | 110000 | 101010000 | 1010010 | 11101 |
Color Harmonies of #850D3C
Complementary color
Monochromatic Colors of #850D3C
Black with #850D3C
Text Example
Text Example
White with #850D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D3C; }
p { color: rgb(133,13,60); }
H1.HeaderClassName
{
color: #850D3C;
}
.AnyTagClassName
{
color: #850D3C;
}
</style>
background-color css
<style>
a { background-color: #850D3C; }
a { background-color: rgb(133,13,60); }
div.DivClassName
{
background-color: #850D3C;
}
.BgClassName
{
background-color: #850D3C;
}
</style>
border-color css
<style>
span { border-color: #850D3C; }
span { border-color: rgb(133,13,60); }
td.TdClassName
{
border-color: #850D3C;
}
.TagClassName
{
border-color: #850D3C;
}
</style>