Shades of Burgundy #850628
Tints of Burgundy #850628
RGB
CMYK
RGB Variations
Color information
#850628 (or 0x850628) is known color: Burgundy. HEX triplet: 85, 06 and 28. RGB value is (133,6,40). Sum of RGB (Red+Green+Blue) = 133+6+40=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #850628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850628 is #7AF9D7. Grayscale: #2F2F2F. Windows color (decimal): -8059352 or 2623109. OLE color: 2623109.
HSL color Cylindrical-coordinate representation of color #850628: hue angle of 343.94º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850628 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 40 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.48 |
| HSL | 343.94º | 0.91% | 0.27% | - |
| HSV(B) | 343.94º | 0.95% | 0.52% | - |
| XYZ | 10.12 | 5.27 | 2.49 | - |
| YUV | 47.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 40 | 0 | 0.95 | 0.70 | 0.48 | 343.94 | 0.91 | 0.27 |
| Hex | 85 | 6 | 28 | 0 | 5F | 46 | 30 | 158 | 5B | 1B |
| Octal | 205 | 6 | 50 | 0 | 137 | 106 | 60 | 530 | 133 | 33 |
| Binary | 10000101 | 110 | 101000 | 0 | 1011111 | 1000110 | 110000 | 101011000 | 1011011 | 11011 |
Color Harmonies of #850628
Complementary color
Monochromatic Colors of #850628
Black with #850628
Text Example
Text Example
White with #850628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850628; }
p { color: rgb(133,6,40); }
H1.HeaderClassName
{
color: #850628;
}
.AnyTagClassName
{
color: #850628;
}
</style>
background-color css
<style>
a { background-color: #850628; }
a { background-color: rgb(133,6,40); }
div.DivClassName
{
background-color: #850628;
}
.BgClassName
{
background-color: #850628;
}
</style>
border-color css
<style>
span { border-color: #850628; }
span { border-color: rgb(133,6,40); }
td.TdClassName
{
border-color: #850628;
}
.TagClassName
{
border-color: #850628;
}
</style>