Shades of Burgundy #910F35
Tints of Burgundy #910F35
RGB
CMYK
RGB Variations
Color information
#910F35 (or 0x910F35) is known color: Burgundy. HEX triplet: 91, 0F and 35. RGB value is (145,15,53). Sum of RGB (Red+Green+Blue) = 145+15+53=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #910F35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F35 is #6EF0CA. Grayscale: #3A3A3A. Windows color (decimal): -7270603 or 3477393. OLE color: 3477393.
HSL color Cylindrical-coordinate representation of color #910F35: hue angle of 342.46º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F35 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 53 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.43 |
| HSL | 342.46º | 0.81% | 0.31% | - |
| HSV(B) | 342.46º | 0.9% | 0.57% | - |
| XYZ | 12.49 | 6.62 | 3.99 | - |
| YUV | 58.2 | 125.07 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 53 | 0 | 0.90 | 0.63 | 0.43 | 342.46 | 0.81 | 0.31 |
| Hex | 91 | F | 35 | 0 | 5A | 3F | 2B | 156 | 51 | 1F |
| Octal | 221 | 17 | 65 | 0 | 132 | 77 | 53 | 526 | 121 | 37 |
| Binary | 10010001 | 1111 | 110101 | 0 | 1011010 | 111111 | 101011 | 101010110 | 1010001 | 11111 |
Color Harmonies of #910F35
Complementary color
Monochromatic Colors of #910F35
Black with #910F35
Text Example
Text Example
White with #910F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F35; }
p { color: rgb(145,15,53); }
H1.HeaderClassName
{
color: #910F35;
}
.AnyTagClassName
{
color: #910F35;
}
</style>
background-color css
<style>
a { background-color: #910F35; }
a { background-color: rgb(145,15,53); }
div.DivClassName
{
background-color: #910F35;
}
.BgClassName
{
background-color: #910F35;
}
</style>
border-color css
<style>
span { border-color: #910F35; }
span { border-color: rgb(145,15,53); }
td.TdClassName
{
border-color: #910F35;
}
.TagClassName
{
border-color: #910F35;
}
</style>