Shades of Burgundy #910034
Tints of Burgundy #910034
RGB
CMYK
RGB Variations
Color information
#910034 (or 0x910034) is known color: Burgundy. HEX triplet: 91, 00 and 34. RGB value is (145,0,52). Sum of RGB (Red+Green+Blue) = 145+0+52=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #910034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910034 is #6EFFCB. Grayscale: #313131. Windows color (decimal): -7274444 or 3408017. OLE color: 3408017.
HSL color Cylindrical-coordinate representation of color #910034: hue angle of 338.48º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910034 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.64 | 0.43 |
| HSL | 338.48º | 1% | 0.28% | - |
| HSV(B) | 338.48º | 1% | 0.57% | - |
| XYZ | 12.3 | 6.27 | 3.81 | - |
| YUV | 49.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 52 | 0 | 1 | 0.64 | 0.43 | 338.48 | 1 | 0.28 |
| Hex | 91 | 0 | 34 | 0 | 64 | 40 | 2B | 152 | 64 | 1C |
| Octal | 221 | 0 | 64 | 0 | 144 | 100 | 53 | 522 | 144 | 34 |
| Binary | 10010001 | 0 | 110100 | 0 | 1100100 | 1000000 | 101011 | 101010010 | 1100100 | 11100 |
Color Harmonies of #910034
Complementary color
Monochromatic Colors of #910034
Black with #910034
Text Example
Text Example
White with #910034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910034; }
p { color: rgb(145,0,52); }
H1.HeaderClassName
{
color: #910034;
}
.AnyTagClassName
{
color: #910034;
}
</style>
background-color css
<style>
a { background-color: #910034; }
a { background-color: rgb(145,0,52); }
div.DivClassName
{
background-color: #910034;
}
.BgClassName
{
background-color: #910034;
}
</style>
border-color css
<style>
span { border-color: #910034; }
span { border-color: rgb(145,0,52); }
td.TdClassName
{
border-color: #910034;
}
.TagClassName
{
border-color: #910034;
}
</style>