Shades of Burgundy #91062E
Tints of Burgundy #91062E
RGB
CMYK
RGB Variations
Color information
#91062E (or 0x91062E) is known color: Burgundy. HEX triplet: 91, 06 and 2E. RGB value is (145,6,46). Sum of RGB (Red+Green+Blue) = 145+6+46=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91062E is #6EF9D1. Grayscale: #343434. Windows color (decimal): -7272914 or 3016337. OLE color: 3016337.
HSL color Cylindrical-coordinate representation of color #91062E: hue angle of 342.73º 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 #91062E is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 46 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.43 |
| HSL | 342.73º | 0.92% | 0.3% | - |
| HSV(B) | 342.73º | 0.96% | 0.57% | - |
| XYZ | 12.24 | 6.35 | 3.17 | - |
| YUV | 52.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 46 | 0 | 0.96 | 0.68 | 0.43 | 342.73 | 0.92 | 0.3 |
| Hex | 91 | 6 | 2E | 0 | 60 | 44 | 2B | 157 | 5C | 1E |
| Octal | 221 | 6 | 56 | 0 | 140 | 104 | 53 | 527 | 134 | 36 |
| Binary | 10010001 | 110 | 101110 | 0 | 1100000 | 1000100 | 101011 | 101010111 | 1011100 | 11110 |
Color Harmonies of #91062E
Complementary color
Monochromatic Colors of #91062E
Black with #91062E
Text Example
Text Example
White with #91062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91062E; }
p { color: rgb(145,6,46); }
H1.HeaderClassName
{
color: #91062E;
}
.AnyTagClassName
{
color: #91062E;
}
</style>
background-color css
<style>
a { background-color: #91062E; }
a { background-color: rgb(145,6,46); }
div.DivClassName
{
background-color: #91062E;
}
.BgClassName
{
background-color: #91062E;
}
</style>
border-color css
<style>
span { border-color: #91062E; }
span { border-color: rgb(145,6,46); }
td.TdClassName
{
border-color: #91062E;
}
.TagClassName
{
border-color: #91062E;
}
</style>