Shades of Burgundy #910038
Tints of Burgundy #910038
RGB
CMYK
RGB Variations
Color information
#910038 (or 0x910038) is known color: Burgundy. HEX triplet: 91, 00 and 38. RGB value is (145,0,56). Sum of RGB (Red+Green+Blue) = 145+0+56=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910038 is #6EFFC7. Grayscale: #313131. Windows color (decimal): -7274440 or 3670161. OLE color: 3670161.
HSL color Cylindrical-coordinate representation of color #910038: hue angle of 336.83º 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 #910038 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.61 | 0.43 |
| HSL | 336.83º | 1% | 0.28% | - |
| HSV(B) | 336.83º | 1% | 0.57% | - |
| XYZ | 12.39 | 6.31 | 4.31 | - |
| YUV | 49.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 56 | 0 | 1 | 0.61 | 0.43 | 336.83 | 1 | 0.28 |
| Hex | 91 | 0 | 38 | 0 | 64 | 3D | 2B | 151 | 64 | 1C |
| Octal | 221 | 0 | 70 | 0 | 144 | 75 | 53 | 521 | 144 | 34 |
| Binary | 10010001 | 0 | 111000 | 0 | 1100100 | 111101 | 101011 | 101010001 | 1100100 | 11100 |
Color Harmonies of #910038
Complementary color
Monochromatic Colors of #910038
Black with #910038
Text Example
Text Example
White with #910038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910038; }
p { color: rgb(145,0,56); }
H1.HeaderClassName
{
color: #910038;
}
.AnyTagClassName
{
color: #910038;
}
</style>
background-color css
<style>
a { background-color: #910038; }
a { background-color: rgb(145,0,56); }
div.DivClassName
{
background-color: #910038;
}
.BgClassName
{
background-color: #910038;
}
</style>
border-color css
<style>
span { border-color: #910038; }
span { border-color: rgb(145,0,56); }
td.TdClassName
{
border-color: #910038;
}
.TagClassName
{
border-color: #910038;
}
</style>