Shades of Burgundy #910237
Tints of Burgundy #910237
RGB
CMYK
RGB Variations
Color information
#910237 (or 0x910237) is known color: Burgundy. HEX triplet: 91, 02 and 37. RGB value is (145,2,55). Sum of RGB (Red+Green+Blue) = 145+2+55=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #910237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910237 is #6EFDC8. Grayscale: #323232. Windows color (decimal): -7273929 or 3605137. OLE color: 3605137.
HSL color Cylindrical-coordinate representation of color #910237: hue angle of 337.76º degrees, saturation: 0.97, 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 #910237 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.43 |
| HSL | 337.76º | 0.97% | 0.29% | - |
| HSV(B) | 337.76º | 0.99% | 0.57% | - |
| XYZ | 12.39 | 6.34 | 4.19 | - |
| YUV | 50.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 55 | 0 | 0.99 | 0.62 | 0.43 | 337.76 | 0.97 | 0.29 |
| Hex | 91 | 2 | 37 | 0 | 63 | 3E | 2B | 152 | 61 | 1D |
| Octal | 221 | 2 | 67 | 0 | 143 | 76 | 53 | 522 | 141 | 35 |
| Binary | 10010001 | 10 | 110111 | 0 | 1100011 | 111110 | 101011 | 101010010 | 1100001 | 11101 |
Color Harmonies of #910237
Complementary color
Monochromatic Colors of #910237
Black with #910237
Text Example
Text Example
White with #910237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910237; }
p { color: rgb(145,2,55); }
H1.HeaderClassName
{
color: #910237;
}
.AnyTagClassName
{
color: #910237;
}
</style>
background-color css
<style>
a { background-color: #910237; }
a { background-color: rgb(145,2,55); }
div.DivClassName
{
background-color: #910237;
}
.BgClassName
{
background-color: #910237;
}
</style>
border-color css
<style>
span { border-color: #910237; }
span { border-color: rgb(145,2,55); }
td.TdClassName
{
border-color: #910237;
}
.TagClassName
{
border-color: #910237;
}
</style>