Shades of Burgundy #910D34
Tints of Burgundy #910D34
RGB
CMYK
RGB Variations
Color information
#910D34 (or 0x910D34) is known color: Burgundy. HEX triplet: 91, 0D and 34. RGB value is (145,13,52). Sum of RGB (Red+Green+Blue) = 145+13+52=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #910D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D34 is #6EF2CB. Grayscale: #383838. Windows color (decimal): -7271116 or 3411345. OLE color: 3411345.
HSL color Cylindrical-coordinate representation of color #910D34: hue angle of 342.27º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D34 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 52 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.43 |
| HSL | 342.27º | 0.84% | 0.31% | - |
| HSV(B) | 342.27º | 0.91% | 0.57% | - |
| XYZ | 12.44 | 6.56 | 3.86 | - |
| YUV | 56.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 52 | 0 | 0.91 | 0.64 | 0.43 | 342.27 | 0.84 | 0.31 |
| Hex | 91 | D | 34 | 0 | 5B | 40 | 2B | 156 | 54 | 1F |
| Octal | 221 | 15 | 64 | 0 | 133 | 100 | 53 | 526 | 124 | 37 |
| Binary | 10010001 | 1101 | 110100 | 0 | 1011011 | 1000000 | 101011 | 101010110 | 1010100 | 11111 |
Color Harmonies of #910D34
Complementary color
Monochromatic Colors of #910D34
Black with #910D34
Text Example
Text Example
White with #910D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D34; }
p { color: rgb(145,13,52); }
H1.HeaderClassName
{
color: #910D34;
}
.AnyTagClassName
{
color: #910D34;
}
</style>
background-color css
<style>
a { background-color: #910D34; }
a { background-color: rgb(145,13,52); }
div.DivClassName
{
background-color: #910D34;
}
.BgClassName
{
background-color: #910D34;
}
</style>
border-color css
<style>
span { border-color: #910D34; }
span { border-color: rgb(145,13,52); }
td.TdClassName
{
border-color: #910D34;
}
.TagClassName
{
border-color: #910D34;
}
</style>