Shades of Burgundy #910832
Tints of Burgundy #910832
RGB
CMYK
RGB Variations
Color information
#910832 (or 0x910832) is known color: Burgundy. HEX triplet: 91, 08 and 32. RGB value is (145,8,50). Sum of RGB (Red+Green+Blue) = 145+8+50=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #910832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910832 is #6EF7CD. Grayscale: #353535. Windows color (decimal): -7272398 or 3278993. OLE color: 3278993.
HSL color Cylindrical-coordinate representation of color #910832: hue angle of 341.61º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910832 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 50 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.43 |
| HSL | 341.61º | 0.9% | 0.3% | - |
| HSV(B) | 341.61º | 0.94% | 0.57% | - |
| XYZ | 12.34 | 6.42 | 3.61 | - |
| YUV | 53.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 50 | 0 | 0.94 | 0.66 | 0.43 | 341.61 | 0.9 | 0.3 |
| Hex | 91 | 8 | 32 | 0 | 5E | 42 | 2B | 156 | 5A | 1E |
| Octal | 221 | 10 | 62 | 0 | 136 | 102 | 53 | 526 | 132 | 36 |
| Binary | 10010001 | 1000 | 110010 | 0 | 1011110 | 1000010 | 101011 | 101010110 | 1011010 | 11110 |
Color Harmonies of #910832
Complementary color
Monochromatic Colors of #910832
Black with #910832
Text Example
Text Example
White with #910832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910832; }
p { color: rgb(145,8,50); }
H1.HeaderClassName
{
color: #910832;
}
.AnyTagClassName
{
color: #910832;
}
</style>
background-color css
<style>
a { background-color: #910832; }
a { background-color: rgb(145,8,50); }
div.DivClassName
{
background-color: #910832;
}
.BgClassName
{
background-color: #910832;
}
</style>
border-color css
<style>
span { border-color: #910832; }
span { border-color: rgb(145,8,50); }
td.TdClassName
{
border-color: #910832;
}
.TagClassName
{
border-color: #910832;
}
</style>