Shades of Burgundy #910334
Tints of Burgundy #910334
RGB
CMYK
RGB Variations
Color information
#910334 (or 0x910334) is known color: Burgundy. HEX triplet: 91, 03 and 34. RGB value is (145,3,52). Sum of RGB (Red+Green+Blue) = 145+3+52=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #910334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910334 is #6EFCCB. Grayscale: #323232. Windows color (decimal): -7273676 or 3408785. OLE color: 3408785.
HSL color Cylindrical-coordinate representation of color #910334: hue angle of 339.3º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910334 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.43 |
| HSL | 339.3º | 0.96% | 0.29% | - |
| HSV(B) | 339.3º | 0.98% | 0.57% | - |
| XYZ | 12.33 | 6.33 | 3.82 | - |
| YUV | 51.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 52 | 0 | 0.98 | 0.64 | 0.43 | 339.3 | 0.96 | 0.29 |
| Hex | 91 | 3 | 34 | 0 | 62 | 40 | 2B | 153 | 60 | 1D |
| Octal | 221 | 3 | 64 | 0 | 142 | 100 | 53 | 523 | 140 | 35 |
| Binary | 10010001 | 11 | 110100 | 0 | 1100010 | 1000000 | 101011 | 101010011 | 1100000 | 11101 |
Color Harmonies of #910334
Complementary color
Monochromatic Colors of #910334
Black with #910334
Text Example
Text Example
White with #910334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910334; }
p { color: rgb(145,3,52); }
H1.HeaderClassName
{
color: #910334;
}
.AnyTagClassName
{
color: #910334;
}
</style>
background-color css
<style>
a { background-color: #910334; }
a { background-color: rgb(145,3,52); }
div.DivClassName
{
background-color: #910334;
}
.BgClassName
{
background-color: #910334;
}
</style>
border-color css
<style>
span { border-color: #910334; }
span { border-color: rgb(145,3,52); }
td.TdClassName
{
border-color: #910334;
}
.TagClassName
{
border-color: #910334;
}
</style>