Shades of Burgundy #910A39
Tints of Burgundy #910A39
RGB
CMYK
RGB Variations
Color information
#910A39 (or 0x910A39) is known color: Burgundy. HEX triplet: 91, 0A and 39. RGB value is (145,10,57). Sum of RGB (Red+Green+Blue) = 145+10+57=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #910A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A39 is #6EF5C6. Grayscale: #373737. Windows color (decimal): -7271879 or 3738257. OLE color: 3738257.
HSL color Cylindrical-coordinate representation of color #910A39: hue angle of 339.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A39 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 57 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.43 |
| HSL | 339.11º | 0.87% | 0.3% | - |
| HSV(B) | 339.11º | 0.93% | 0.57% | - |
| XYZ | 12.52 | 6.53 | 4.47 | - |
| YUV | 55.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 57 | 0 | 0.93 | 0.61 | 0.43 | 339.11 | 0.87 | 0.3 |
| Hex | 91 | A | 39 | 0 | 5D | 3D | 2B | 153 | 57 | 1E |
| Octal | 221 | 12 | 71 | 0 | 135 | 75 | 53 | 523 | 127 | 36 |
| Binary | 10010001 | 1010 | 111001 | 0 | 1011101 | 111101 | 101011 | 101010011 | 1010111 | 11110 |
Color Harmonies of #910A39
Complementary color
Monochromatic Colors of #910A39
Black with #910A39
Text Example
Text Example
White with #910A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A39; }
p { color: rgb(145,10,57); }
H1.HeaderClassName
{
color: #910A39;
}
.AnyTagClassName
{
color: #910A39;
}
</style>
background-color css
<style>
a { background-color: #910A39; }
a { background-color: rgb(145,10,57); }
div.DivClassName
{
background-color: #910A39;
}
.BgClassName
{
background-color: #910A39;
}
</style>
border-color css
<style>
span { border-color: #910A39; }
span { border-color: rgb(145,10,57); }
td.TdClassName
{
border-color: #910A39;
}
.TagClassName
{
border-color: #910A39;
}
</style>