Shades of Burgundy #910C38
Tints of Burgundy #910C38
RGB
CMYK
RGB Variations
Color information
#910C38 (or 0x910C38) is known color: Burgundy. HEX triplet: 91, 0C and 38. RGB value is (145,12,56). Sum of RGB (Red+Green+Blue) = 145+12+56=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #910C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C38 is #6EF3C7. Grayscale: #383838. Windows color (decimal): -7271368 or 3673233. OLE color: 3673233.
HSL color Cylindrical-coordinate representation of color #910C38: hue angle of 340.15º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C38 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 56 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.43 |
| HSL | 340.15º | 0.85% | 0.31% | - |
| HSV(B) | 340.15º | 0.92% | 0.57% | - |
| XYZ | 12.52 | 6.57 | 4.35 | - |
| YUV | 56.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 56 | 0 | 0.92 | 0.61 | 0.43 | 340.15 | 0.85 | 0.31 |
| Hex | 91 | C | 38 | 0 | 5C | 3D | 2B | 154 | 55 | 1F |
| Octal | 221 | 14 | 70 | 0 | 134 | 75 | 53 | 524 | 125 | 37 |
| Binary | 10010001 | 1100 | 111000 | 0 | 1011100 | 111101 | 101011 | 101010100 | 1010101 | 11111 |
Color Harmonies of #910C38
Complementary color
Monochromatic Colors of #910C38
Black with #910C38
Text Example
Text Example
White with #910C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C38; }
p { color: rgb(145,12,56); }
H1.HeaderClassName
{
color: #910C38;
}
.AnyTagClassName
{
color: #910C38;
}
</style>
background-color css
<style>
a { background-color: #910C38; }
a { background-color: rgb(145,12,56); }
div.DivClassName
{
background-color: #910C38;
}
.BgClassName
{
background-color: #910C38;
}
</style>
border-color css
<style>
span { border-color: #910C38; }
span { border-color: rgb(145,12,56); }
td.TdClassName
{
border-color: #910C38;
}
.TagClassName
{
border-color: #910C38;
}
</style>