Shades of Burgundy #850030
Tints of Burgundy #850030
RGB
CMYK
RGB Variations
Color information
#850030 (or 0x850030) is known color: Burgundy. HEX triplet: 85, 00 and 30. RGB value is (133,0,48). Sum of RGB (Red+Green+Blue) = 133+0+48=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #850030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850030 is #7AFFCF. Grayscale: #2D2D2D. Windows color (decimal): -8060880 or 3145861. OLE color: 3145861.
HSL color Cylindrical-coordinate representation of color #850030: hue angle of 338.35º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850030 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.64 | 0.48 |
| HSL | 338.35º | 1% | 0.26% | - |
| HSV(B) | 338.35º | 1% | 0.52% | - |
| XYZ | 10.21 | 5.2 | 3.26 | - |
| YUV | 45.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 48 | 0 | 1 | 0.64 | 0.48 | 338.35 | 1 | 0.26 |
| Hex | 85 | 0 | 30 | 0 | 64 | 40 | 30 | 152 | 64 | 1A |
| Octal | 205 | 0 | 60 | 0 | 144 | 100 | 60 | 522 | 144 | 32 |
| Binary | 10000101 | 0 | 110000 | 0 | 1100100 | 1000000 | 110000 | 101010010 | 1100100 | 11010 |
Color Harmonies of #850030
Complementary color
Monochromatic Colors of #850030
Black with #850030
Text Example
Text Example
White with #850030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850030; }
p { color: rgb(133,0,48); }
H1.HeaderClassName
{
color: #850030;
}
.AnyTagClassName
{
color: #850030;
}
</style>
background-color css
<style>
a { background-color: #850030; }
a { background-color: rgb(133,0,48); }
div.DivClassName
{
background-color: #850030;
}
.BgClassName
{
background-color: #850030;
}
</style>
border-color css
<style>
span { border-color: #850030; }
span { border-color: rgb(133,0,48); }
td.TdClassName
{
border-color: #850030;
}
.TagClassName
{
border-color: #850030;
}
</style>