Shades of Burgundy #910137
Tints of Burgundy #910137
RGB
CMYK
RGB Variations
Color information
#910137 (or 0x910137) is known color: Burgundy. HEX triplet: 91, 01 and 37. RGB value is (145,1,55). Sum of RGB (Red+Green+Blue) = 145+1+55=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910137 is #6EFEC8. Grayscale: #323232. Windows color (decimal): -7274185 or 3604881. OLE color: 3604881.
HSL color Cylindrical-coordinate representation of color #910137: hue angle of 337.5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910137 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.43 |
| HSL | 337.5º | 0.99% | 0.29% | - |
| HSV(B) | 337.5º | 0.99% | 0.57% | - |
| XYZ | 12.38 | 6.32 | 4.18 | - |
| YUV | 50.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 55 | 0 | 0.99 | 0.62 | 0.43 | 337.5 | 0.99 | 0.29 |
| Hex | 91 | 1 | 37 | 0 | 63 | 3E | 2B | 152 | 63 | 1D |
| Octal | 221 | 1 | 67 | 0 | 143 | 76 | 53 | 522 | 143 | 35 |
| Binary | 10010001 | 1 | 110111 | 0 | 1100011 | 111110 | 101011 | 101010010 | 1100011 | 11101 |
Color Harmonies of #910137
Complementary color
Monochromatic Colors of #910137
Black with #910137
Text Example
Text Example
White with #910137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910137; }
p { color: rgb(145,1,55); }
H1.HeaderClassName
{
color: #910137;
}
.AnyTagClassName
{
color: #910137;
}
</style>
background-color css
<style>
a { background-color: #910137; }
a { background-color: rgb(145,1,55); }
div.DivClassName
{
background-color: #910137;
}
.BgClassName
{
background-color: #910137;
}
</style>
border-color css
<style>
span { border-color: #910137; }
span { border-color: rgb(145,1,55); }
td.TdClassName
{
border-color: #910137;
}
.TagClassName
{
border-color: #910137;
}
</style>