Shades of Burgundy #91063D
Tints of Burgundy #91063D
RGB
CMYK
RGB Variations
Color information
#91063D (or 0x91063D) is known color: Burgundy. HEX triplet: 91, 06 and 3D. RGB value is (145,6,61). Sum of RGB (Red+Green+Blue) = 145+6+61=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #91063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91063D is #6EF9C2. Grayscale: #353535. Windows color (decimal): -7272899 or 3999377. OLE color: 3999377.
HSL color Cylindrical-coordinate representation of color #91063D: hue angle of 336.26º 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 #91063D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.43 |
| HSL | 336.26º | 0.92% | 0.3% | - |
| HSV(B) | 336.26º | 0.96% | 0.57% | - |
| XYZ | 12.58 | 6.49 | 5 | - |
| YUV | 53.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 61 | 0 | 0.96 | 0.58 | 0.43 | 336.26 | 0.92 | 0.3 |
| Hex | 91 | 6 | 3D | 0 | 60 | 3A | 2B | 150 | 5C | 1E |
| Octal | 221 | 6 | 75 | 0 | 140 | 72 | 53 | 520 | 134 | 36 |
| Binary | 10010001 | 110 | 111101 | 0 | 1100000 | 111010 | 101011 | 101010000 | 1011100 | 11110 |
Color Harmonies of #91063D
Complementary color
Monochromatic Colors of #91063D
Black with #91063D
Text Example
Text Example
White with #91063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91063D; }
p { color: rgb(145,6,61); }
H1.HeaderClassName
{
color: #91063D;
}
.AnyTagClassName
{
color: #91063D;
}
</style>
background-color css
<style>
a { background-color: #91063D; }
a { background-color: rgb(145,6,61); }
div.DivClassName
{
background-color: #91063D;
}
.BgClassName
{
background-color: #91063D;
}
</style>
border-color css
<style>
span { border-color: #91063D; }
span { border-color: rgb(145,6,61); }
td.TdClassName
{
border-color: #91063D;
}
.TagClassName
{
border-color: #91063D;
}
</style>