Shades of Burgundy #91083F
Tints of Burgundy #91083F
RGB
CMYK
RGB Variations
Color information
#91083F (or 0x91083F) is known color: Burgundy. HEX triplet: 91, 08 and 3F. RGB value is (145,8,63). Sum of RGB (Red+Green+Blue) = 145+8+63=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #91083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91083F is #6EF7C0. Grayscale: #373737. Windows color (decimal): -7272385 or 4130961. OLE color: 4130961.
HSL color Cylindrical-coordinate representation of color #91083F: hue angle of 335.91º 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 #91083F is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 63 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.43 |
| HSL | 335.91º | 0.9% | 0.3% | - |
| HSV(B) | 335.91º | 0.94% | 0.57% | - |
| XYZ | 12.66 | 6.55 | 5.3 | - |
| YUV | 55.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 63 | 0 | 0.94 | 0.57 | 0.43 | 335.91 | 0.9 | 0.3 |
| Hex | 91 | 8 | 3F | 0 | 5E | 39 | 2B | 150 | 5A | 1E |
| Octal | 221 | 10 | 77 | 0 | 136 | 71 | 53 | 520 | 132 | 36 |
| Binary | 10010001 | 1000 | 111111 | 0 | 1011110 | 111001 | 101011 | 101010000 | 1011010 | 11110 |
Color Harmonies of #91083F
Complementary color
Monochromatic Colors of #91083F
Black with #91083F
Text Example
Text Example
White with #91083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91083F; }
p { color: rgb(145,8,63); }
H1.HeaderClassName
{
color: #91083F;
}
.AnyTagClassName
{
color: #91083F;
}
</style>
background-color css
<style>
a { background-color: #91083F; }
a { background-color: rgb(145,8,63); }
div.DivClassName
{
background-color: #91083F;
}
.BgClassName
{
background-color: #91083F;
}
</style>
border-color css
<style>
span { border-color: #91083F; }
span { border-color: rgb(145,8,63); }
td.TdClassName
{
border-color: #91083F;
}
.TagClassName
{
border-color: #91083F;
}
</style>