Shades of Burgundy #910538
Tints of Burgundy #910538
RGB
CMYK
RGB Variations
Color information
#910538 (or 0x910538) is known color: Burgundy. HEX triplet: 91, 05 and 38. RGB value is (145,5,56). Sum of RGB (Red+Green+Blue) = 145+5+56=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #910538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910538 is #6EFAC7. Grayscale: #343434. Windows color (decimal): -7273160 or 3671441. OLE color: 3671441.
HSL color Cylindrical-coordinate representation of color #910538: hue angle of 338.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910538 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 56 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.43 |
| HSL | 338.14º | 0.93% | 0.29% | - |
| HSV(B) | 338.14º | 0.97% | 0.57% | - |
| XYZ | 12.45 | 6.41 | 4.32 | - |
| YUV | 52.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 56 | 0 | 0.97 | 0.61 | 0.43 | 338.14 | 0.93 | 0.29 |
| Hex | 91 | 5 | 38 | 0 | 61 | 3D | 2B | 152 | 5D | 1D |
| Octal | 221 | 5 | 70 | 0 | 141 | 75 | 53 | 522 | 135 | 35 |
| Binary | 10010001 | 101 | 111000 | 0 | 1100001 | 111101 | 101011 | 101010010 | 1011101 | 11101 |
Color Harmonies of #910538
Complementary color
Monochromatic Colors of #910538
Black with #910538
Text Example
Text Example
White with #910538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910538; }
p { color: rgb(145,5,56); }
H1.HeaderClassName
{
color: #910538;
}
.AnyTagClassName
{
color: #910538;
}
</style>
background-color css
<style>
a { background-color: #910538; }
a { background-color: rgb(145,5,56); }
div.DivClassName
{
background-color: #910538;
}
.BgClassName
{
background-color: #910538;
}
</style>
border-color css
<style>
span { border-color: #910538; }
span { border-color: rgb(145,5,56); }
td.TdClassName
{
border-color: #910538;
}
.TagClassName
{
border-color: #910538;
}
</style>