Shades of Burgundy #910337
Tints of Burgundy #910337
RGB
CMYK
RGB Variations
Color information
#910337 (or 0x910337) is known color: Burgundy. HEX triplet: 91, 03 and 37. RGB value is (145,3,55). Sum of RGB (Red+Green+Blue) = 145+3+55=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #910337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910337 is #6EFCC8. Grayscale: #333333. Windows color (decimal): -7273673 or 3605393. OLE color: 3605393.
HSL color Cylindrical-coordinate representation of color #910337: hue angle of 338.03º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910337 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.43 |
| HSL | 338.03º | 0.96% | 0.29% | - |
| HSV(B) | 338.03º | 0.98% | 0.57% | - |
| XYZ | 12.4 | 6.36 | 4.19 | - |
| YUV | 51.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 55 | 0 | 0.98 | 0.62 | 0.43 | 338.03 | 0.96 | 0.29 |
| Hex | 91 | 3 | 37 | 0 | 62 | 3E | 2B | 152 | 60 | 1D |
| Octal | 221 | 3 | 67 | 0 | 142 | 76 | 53 | 522 | 140 | 35 |
| Binary | 10010001 | 11 | 110111 | 0 | 1100010 | 111110 | 101011 | 101010010 | 1100000 | 11101 |
Color Harmonies of #910337
Complementary color
Monochromatic Colors of #910337
Black with #910337
Text Example
Text Example
White with #910337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910337; }
p { color: rgb(145,3,55); }
H1.HeaderClassName
{
color: #910337;
}
.AnyTagClassName
{
color: #910337;
}
</style>
background-color css
<style>
a { background-color: #910337; }
a { background-color: rgb(145,3,55); }
div.DivClassName
{
background-color: #910337;
}
.BgClassName
{
background-color: #910337;
}
</style>
border-color css
<style>
span { border-color: #910337; }
span { border-color: rgb(145,3,55); }
td.TdClassName
{
border-color: #910337;
}
.TagClassName
{
border-color: #910337;
}
</style>