Shades of Burgundy #910D2E
Tints of Burgundy #910D2E
RGB
CMYK
RGB Variations
Color information
#910D2E (or 0x910D2E) is known color: Burgundy. HEX triplet: 91, 0D and 2E. RGB value is (145,13,46). Sum of RGB (Red+Green+Blue) = 145+13+46=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #910D2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D2E is #6EF2D1. Grayscale: #383838. Windows color (decimal): -7271122 or 3018129. OLE color: 3018129.
HSL color Cylindrical-coordinate representation of color #910D2E: hue angle of 345º 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 #910D2E is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 46 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.43 |
| HSL | 345º | 0.84% | 0.31% | - |
| HSV(B) | 345º | 0.91% | 0.57% | - |
| XYZ | 12.31 | 6.5 | 3.19 | - |
| YUV | 56.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 46 | 0 | 0.91 | 0.68 | 0.43 | 345 | 0.84 | 0.31 |
| Hex | 91 | D | 2E | 0 | 5B | 44 | 2B | 159 | 54 | 1F |
| Octal | 221 | 15 | 56 | 0 | 133 | 104 | 53 | 531 | 124 | 37 |
| Binary | 10010001 | 1101 | 101110 | 0 | 1011011 | 1000100 | 101011 | 101011001 | 1010100 | 11111 |
Color Harmonies of #910D2E
Complementary color
Monochromatic Colors of #910D2E
Black with #910D2E
Text Example
Text Example
White with #910D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D2E; }
p { color: rgb(145,13,46); }
H1.HeaderClassName
{
color: #910D2E;
}
.AnyTagClassName
{
color: #910D2E;
}
</style>
background-color css
<style>
a { background-color: #910D2E; }
a { background-color: rgb(145,13,46); }
div.DivClassName
{
background-color: #910D2E;
}
.BgClassName
{
background-color: #910D2E;
}
</style>
border-color css
<style>
span { border-color: #910D2E; }
span { border-color: rgb(145,13,46); }
td.TdClassName
{
border-color: #910D2E;
}
.TagClassName
{
border-color: #910D2E;
}
</style>