Shades of Burgundy #910331
Tints of Burgundy #910331
RGB
CMYK
RGB Variations
Color information
#910331 (or 0x910331) is known color: Burgundy. HEX triplet: 91, 03 and 31. RGB value is (145,3,49). Sum of RGB (Red+Green+Blue) = 145+3+49=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #910331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910331 is #6EFCCE. Grayscale: #323232. Windows color (decimal): -7273679 or 3212177. OLE color: 3212177.
HSL color Cylindrical-coordinate representation of color #910331: hue angle of 340.56º 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 #910331 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.43 |
| HSL | 340.56º | 0.96% | 0.29% | - |
| HSV(B) | 340.56º | 0.98% | 0.57% | - |
| XYZ | 12.26 | 6.31 | 3.48 | - |
| YUV | 50.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 49 | 0 | 0.98 | 0.66 | 0.43 | 340.56 | 0.96 | 0.29 |
| Hex | 91 | 3 | 31 | 0 | 62 | 42 | 2B | 155 | 60 | 1D |
| Octal | 221 | 3 | 61 | 0 | 142 | 102 | 53 | 525 | 140 | 35 |
| Binary | 10010001 | 11 | 110001 | 0 | 1100010 | 1000010 | 101011 | 101010101 | 1100000 | 11101 |
Color Harmonies of #910331
Complementary color
Monochromatic Colors of #910331
Black with #910331
Text Example
Text Example
White with #910331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910331; }
p { color: rgb(145,3,49); }
H1.HeaderClassName
{
color: #910331;
}
.AnyTagClassName
{
color: #910331;
}
</style>
background-color css
<style>
a { background-color: #910331; }
a { background-color: rgb(145,3,49); }
div.DivClassName
{
background-color: #910331;
}
.BgClassName
{
background-color: #910331;
}
</style>
border-color css
<style>
span { border-color: #910331; }
span { border-color: rgb(145,3,49); }
td.TdClassName
{
border-color: #910331;
}
.TagClassName
{
border-color: #910331;
}
</style>