Shades of Burgundy #91082B
Tints of Burgundy #91082B
RGB
CMYK
RGB Variations
Color information
#91082B (or 0x91082B) is known color: Burgundy. HEX triplet: 91, 08 and 2B. RGB value is (145,8,43). Sum of RGB (Red+Green+Blue) = 145+8+43=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #91082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91082B is #6EF7D4. Grayscale: #343434. Windows color (decimal): -7272405 or 2820241. OLE color: 2820241.
HSL color Cylindrical-coordinate representation of color #91082B: hue angle of 344.67º 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 #91082B is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 43 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.43 |
| HSL | 344.67º | 0.9% | 0.3% | - |
| HSV(B) | 344.67º | 0.94% | 0.57% | - |
| XYZ | 12.2 | 6.37 | 2.87 | - |
| YUV | 52.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 43 | 0 | 0.94 | 0.70 | 0.43 | 344.67 | 0.9 | 0.3 |
| Hex | 91 | 8 | 2B | 0 | 5E | 46 | 2B | 159 | 5A | 1E |
| Octal | 221 | 10 | 53 | 0 | 136 | 106 | 53 | 531 | 132 | 36 |
| Binary | 10010001 | 1000 | 101011 | 0 | 1011110 | 1000110 | 101011 | 101011001 | 1011010 | 11110 |
Color Harmonies of #91082B
Complementary color
Monochromatic Colors of #91082B
Black with #91082B
Text Example
Text Example
White with #91082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91082B; }
p { color: rgb(145,8,43); }
H1.HeaderClassName
{
color: #91082B;
}
.AnyTagClassName
{
color: #91082B;
}
</style>
background-color css
<style>
a { background-color: #91082B; }
a { background-color: rgb(145,8,43); }
div.DivClassName
{
background-color: #91082B;
}
.BgClassName
{
background-color: #91082B;
}
</style>
border-color css
<style>
span { border-color: #91082B; }
span { border-color: rgb(145,8,43); }
td.TdClassName
{
border-color: #91082B;
}
.TagClassName
{
border-color: #91082B;
}
</style>