Shades of Burgundy #91082F
Tints of Burgundy #91082F
RGB
CMYK
RGB Variations
Color information
#91082F (or 0x91082F) is known color: Burgundy. HEX triplet: 91, 08 and 2F. RGB value is (145,8,47). Sum of RGB (Red+Green+Blue) = 145+8+47=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #91082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91082F is #6EF7D0. Grayscale: #353535. Windows color (decimal): -7272401 or 3082385. OLE color: 3082385.
HSL color Cylindrical-coordinate representation of color #91082F: hue angle of 342.92º 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 #91082F is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 47 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.43 |
| HSL | 342.92º | 0.9% | 0.3% | - |
| HSV(B) | 342.92º | 0.94% | 0.57% | - |
| XYZ | 12.28 | 6.4 | 3.28 | - |
| YUV | 53.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 47 | 0 | 0.94 | 0.68 | 0.43 | 342.92 | 0.9 | 0.3 |
| Hex | 91 | 8 | 2F | 0 | 5E | 44 | 2B | 157 | 5A | 1E |
| Octal | 221 | 10 | 57 | 0 | 136 | 104 | 53 | 527 | 132 | 36 |
| Binary | 10010001 | 1000 | 101111 | 0 | 1011110 | 1000100 | 101011 | 101010111 | 1011010 | 11110 |
Color Harmonies of #91082F
Complementary color
Monochromatic Colors of #91082F
Black with #91082F
Text Example
Text Example
White with #91082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91082F; }
p { color: rgb(145,8,47); }
H1.HeaderClassName
{
color: #91082F;
}
.AnyTagClassName
{
color: #91082F;
}
</style>
background-color css
<style>
a { background-color: #91082F; }
a { background-color: rgb(145,8,47); }
div.DivClassName
{
background-color: #91082F;
}
.BgClassName
{
background-color: #91082F;
}
</style>
border-color css
<style>
span { border-color: #91082F; }
span { border-color: rgb(145,8,47); }
td.TdClassName
{
border-color: #91082F;
}
.TagClassName
{
border-color: #91082F;
}
</style>