Shades of Burgundy #850F28
Tints of Burgundy #850F28
RGB
CMYK
RGB Variations
Color information
#850F28 (or 0x850F28) is known color: Burgundy. HEX triplet: 85, 0F and 28. RGB value is (133,15,40). Sum of RGB (Red+Green+Blue) = 133+15+40=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #850F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850F28 is #7AF0D7. Grayscale: #353535. Windows color (decimal): -8057048 or 2625413. OLE color: 2625413.
HSL color Cylindrical-coordinate representation of color #850F28: hue angle of 347.29º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F28 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 15 | 40 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.48 |
| HSL | 347.29º | 0.8% | 0.29% | - |
| HSV(B) | 347.29º | 0.89% | 0.52% | - |
| XYZ | 10.23 | 5.48 | 2.53 | - |
| YUV | 53.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 40 | 0 | 0.89 | 0.70 | 0.48 | 347.29 | 0.8 | 0.29 |
| Hex | 85 | F | 28 | 0 | 59 | 46 | 30 | 15B | 50 | 1D |
| Octal | 205 | 17 | 50 | 0 | 131 | 106 | 60 | 533 | 120 | 35 |
| Binary | 10000101 | 1111 | 101000 | 0 | 1011001 | 1000110 | 110000 | 101011011 | 1010000 | 11101 |
Color Harmonies of #850F28
Complementary color
Monochromatic Colors of #850F28
Black with #850F28
Text Example
Text Example
White with #850F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850F28; }
p { color: rgb(133,15,40); }
H1.HeaderClassName
{
color: #850F28;
}
.AnyTagClassName
{
color: #850F28;
}
</style>
background-color css
<style>
a { background-color: #850F28; }
a { background-color: rgb(133,15,40); }
div.DivClassName
{
background-color: #850F28;
}
.BgClassName
{
background-color: #850F28;
}
</style>
border-color css
<style>
span { border-color: #850F28; }
span { border-color: rgb(133,15,40); }
td.TdClassName
{
border-color: #850F28;
}
.TagClassName
{
border-color: #850F28;
}
</style>