Shades of Burgundy #910C39
Tints of Burgundy #910C39
RGB
CMYK
RGB Variations
Color information
#910C39 (or 0x910C39) is known color: Burgundy. HEX triplet: 91, 0C and 39. RGB value is (145,12,57). Sum of RGB (Red+Green+Blue) = 145+12+57=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #910C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C39 is #6EF3C6. Grayscale: #383838. Windows color (decimal): -7271367 or 3738769. OLE color: 3738769.
HSL color Cylindrical-coordinate representation of color #910C39: hue angle of 339.7º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C39 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 57 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.43 |
| HSL | 339.7º | 0.85% | 0.31% | - |
| HSV(B) | 339.7º | 0.92% | 0.57% | - |
| XYZ | 12.55 | 6.58 | 4.48 | - |
| YUV | 56.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 57 | 0 | 0.92 | 0.61 | 0.43 | 339.7 | 0.85 | 0.31 |
| Hex | 91 | C | 39 | 0 | 5C | 3D | 2B | 154 | 55 | 1F |
| Octal | 221 | 14 | 71 | 0 | 134 | 75 | 53 | 524 | 125 | 37 |
| Binary | 10010001 | 1100 | 111001 | 0 | 1011100 | 111101 | 101011 | 101010100 | 1010101 | 11111 |
Color Harmonies of #910C39
Complementary color
Monochromatic Colors of #910C39
Black with #910C39
Text Example
Text Example
White with #910C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C39; }
p { color: rgb(145,12,57); }
H1.HeaderClassName
{
color: #910C39;
}
.AnyTagClassName
{
color: #910C39;
}
</style>
background-color css
<style>
a { background-color: #910C39; }
a { background-color: rgb(145,12,57); }
div.DivClassName
{
background-color: #910C39;
}
.BgClassName
{
background-color: #910C39;
}
</style>
border-color css
<style>
span { border-color: #910C39; }
span { border-color: rgb(145,12,57); }
td.TdClassName
{
border-color: #910C39;
}
.TagClassName
{
border-color: #910C39;
}
</style>