Shades of Burgundy #910537
Tints of Burgundy #910537
RGB
CMYK
RGB Variations
Color information
#910537 (or 0x910537) is known color: Burgundy. HEX triplet: 91, 05 and 37. RGB value is (145,5,55). Sum of RGB (Red+Green+Blue) = 145+5+55=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #910537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910537 is #6EFAC8. Grayscale: #343434. Windows color (decimal): -7273161 or 3605905. OLE color: 3605905.
HSL color Cylindrical-coordinate representation of color #910537: hue angle of 338.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910537 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 55 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.43 |
| HSL | 338.57º | 0.93% | 0.29% | - |
| HSV(B) | 338.57º | 0.97% | 0.57% | - |
| XYZ | 12.42 | 6.4 | 4.2 | - |
| YUV | 52.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 55 | 0 | 0.97 | 0.62 | 0.43 | 338.57 | 0.93 | 0.29 |
| Hex | 91 | 5 | 37 | 0 | 61 | 3E | 2B | 153 | 5D | 1D |
| Octal | 221 | 5 | 67 | 0 | 141 | 76 | 53 | 523 | 135 | 35 |
| Binary | 10010001 | 101 | 110111 | 0 | 1100001 | 111110 | 101011 | 101010011 | 1011101 | 11101 |
Color Harmonies of #910537
Complementary color
Monochromatic Colors of #910537
Black with #910537
Text Example
Text Example
White with #910537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910537; }
p { color: rgb(145,5,55); }
H1.HeaderClassName
{
color: #910537;
}
.AnyTagClassName
{
color: #910537;
}
</style>
background-color css
<style>
a { background-color: #910537; }
a { background-color: rgb(145,5,55); }
div.DivClassName
{
background-color: #910537;
}
.BgClassName
{
background-color: #910537;
}
</style>
border-color css
<style>
span { border-color: #910537; }
span { border-color: rgb(145,5,55); }
td.TdClassName
{
border-color: #910537;
}
.TagClassName
{
border-color: #910537;
}
</style>