Shades of Burgundy #910531
Tints of Burgundy #910531
RGB
CMYK
RGB Variations
Color information
#910531 (or 0x910531) is known color: Burgundy. HEX triplet: 91, 05 and 31. RGB value is (145,5,49). Sum of RGB (Red+Green+Blue) = 145+5+49=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #910531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910531 is #6EFACE. Grayscale: #333333. Windows color (decimal): -7273167 or 3212689. OLE color: 3212689.
HSL color Cylindrical-coordinate representation of color #910531: hue angle of 341.14º 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 #910531 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 49 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.43 |
| HSL | 341.14º | 0.93% | 0.29% | - |
| HSV(B) | 341.14º | 0.97% | 0.57% | - |
| XYZ | 12.29 | 6.35 | 3.48 | - |
| YUV | 51.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 49 | 0 | 0.97 | 0.66 | 0.43 | 341.14 | 0.93 | 0.29 |
| Hex | 91 | 5 | 31 | 0 | 61 | 42 | 2B | 155 | 5D | 1D |
| Octal | 221 | 5 | 61 | 0 | 141 | 102 | 53 | 525 | 135 | 35 |
| Binary | 10010001 | 101 | 110001 | 0 | 1100001 | 1000010 | 101011 | 101010101 | 1011101 | 11101 |
Color Harmonies of #910531
Complementary color
Monochromatic Colors of #910531
Black with #910531
Text Example
Text Example
White with #910531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910531; }
p { color: rgb(145,5,49); }
H1.HeaderClassName
{
color: #910531;
}
.AnyTagClassName
{
color: #910531;
}
</style>
background-color css
<style>
a { background-color: #910531; }
a { background-color: rgb(145,5,49); }
div.DivClassName
{
background-color: #910531;
}
.BgClassName
{
background-color: #910531;
}
</style>
border-color css
<style>
span { border-color: #910531; }
span { border-color: rgb(145,5,49); }
td.TdClassName
{
border-color: #910531;
}
.TagClassName
{
border-color: #910531;
}
</style>