Shades of Burgundy #91063F
Tints of Burgundy #91063F
RGB
CMYK
RGB Variations
Color information
#91063F (or 0x91063F) is known color: Burgundy. HEX triplet: 91, 06 and 3F. RGB value is (145,6,63). Sum of RGB (Red+Green+Blue) = 145+6+63=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #91063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91063F is #6EF9C0. Grayscale: #353535. Windows color (decimal): -7272897 or 4130449. OLE color: 4130449.
HSL color Cylindrical-coordinate representation of color #91063F: hue angle of 335.4º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91063F is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 63 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.43 |
| HSL | 335.4º | 0.92% | 0.3% | - |
| HSV(B) | 335.4º | 0.96% | 0.57% | - |
| XYZ | 12.64 | 6.51 | 5.29 | - |
| YUV | 54.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 63 | 0 | 0.96 | 0.57 | 0.43 | 335.4 | 0.92 | 0.3 |
| Hex | 91 | 6 | 3F | 0 | 60 | 39 | 2B | 14F | 5C | 1E |
| Octal | 221 | 6 | 77 | 0 | 140 | 71 | 53 | 517 | 134 | 36 |
| Binary | 10010001 | 110 | 111111 | 0 | 1100000 | 111001 | 101011 | 101001111 | 1011100 | 11110 |
Color Harmonies of #91063F
Complementary color
Monochromatic Colors of #91063F
Black with #91063F
Text Example
Text Example
White with #91063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91063F; }
p { color: rgb(145,6,63); }
H1.HeaderClassName
{
color: #91063F;
}
.AnyTagClassName
{
color: #91063F;
}
</style>
background-color css
<style>
a { background-color: #91063F; }
a { background-color: rgb(145,6,63); }
div.DivClassName
{
background-color: #91063F;
}
.BgClassName
{
background-color: #91063F;
}
</style>
border-color css
<style>
span { border-color: #91063F; }
span { border-color: rgb(145,6,63); }
td.TdClassName
{
border-color: #91063F;
}
.TagClassName
{
border-color: #91063F;
}
</style>