Shades of Burgundy #910833
Tints of Burgundy #910833
RGB
CMYK
RGB Variations
Color information
#910833 (or 0x910833) is known color: Burgundy. HEX triplet: 91, 08 and 33. RGB value is (145,8,51). Sum of RGB (Red+Green+Blue) = 145+8+51=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #910833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910833 is #6EF7CC. Grayscale: #353535. Windows color (decimal): -7272397 or 3344529. OLE color: 3344529.
HSL color Cylindrical-coordinate representation of color #910833: hue angle of 341.17º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910833 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 51 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.43 |
| HSL | 341.17º | 0.9% | 0.3% | - |
| HSV(B) | 341.17º | 0.94% | 0.57% | - |
| XYZ | 12.36 | 6.43 | 3.72 | - |
| YUV | 53.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 51 | 0 | 0.94 | 0.65 | 0.43 | 341.17 | 0.9 | 0.3 |
| Hex | 91 | 8 | 33 | 0 | 5E | 41 | 2B | 155 | 5A | 1E |
| Octal | 221 | 10 | 63 | 0 | 136 | 101 | 53 | 525 | 132 | 36 |
| Binary | 10010001 | 1000 | 110011 | 0 | 1011110 | 1000001 | 101011 | 101010101 | 1011010 | 11110 |
Color Harmonies of #910833
Complementary color
Monochromatic Colors of #910833
Black with #910833
Text Example
Text Example
White with #910833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910833; }
p { color: rgb(145,8,51); }
H1.HeaderClassName
{
color: #910833;
}
.AnyTagClassName
{
color: #910833;
}
</style>
background-color css
<style>
a { background-color: #910833; }
a { background-color: rgb(145,8,51); }
div.DivClassName
{
background-color: #910833;
}
.BgClassName
{
background-color: #910833;
}
</style>
border-color css
<style>
span { border-color: #910833; }
span { border-color: rgb(145,8,51); }
td.TdClassName
{
border-color: #910833;
}
.TagClassName
{
border-color: #910833;
}
</style>