Shades of Burgundy #910C36
Tints of Burgundy #910C36
RGB
CMYK
RGB Variations
Color information
#910C36 (or 0x910C36) is known color: Burgundy. HEX triplet: 91, 0C and 36. RGB value is (145,12,54). Sum of RGB (Red+Green+Blue) = 145+12+54=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #910C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C36 is #6EF3C9. Grayscale: #383838. Windows color (decimal): -7271370 or 3542161. OLE color: 3542161.
HSL color Cylindrical-coordinate representation of color #910C36: hue angle of 341.05º 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 #910C36 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 54 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.43 |
| HSL | 341.05º | 0.85% | 0.31% | - |
| HSV(B) | 341.05º | 0.92% | 0.57% | - |
| XYZ | 12.47 | 6.55 | 4.1 | - |
| YUV | 56.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 54 | 0 | 0.92 | 0.63 | 0.43 | 341.05 | 0.85 | 0.31 |
| Hex | 91 | C | 36 | 0 | 5C | 3F | 2B | 155 | 55 | 1F |
| Octal | 221 | 14 | 66 | 0 | 134 | 77 | 53 | 525 | 125 | 37 |
| Binary | 10010001 | 1100 | 110110 | 0 | 1011100 | 111111 | 101011 | 101010101 | 1010101 | 11111 |
Color Harmonies of #910C36
Complementary color
Monochromatic Colors of #910C36
Black with #910C36
Text Example
Text Example
White with #910C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C36; }
p { color: rgb(145,12,54); }
H1.HeaderClassName
{
color: #910C36;
}
.AnyTagClassName
{
color: #910C36;
}
</style>
background-color css
<style>
a { background-color: #910C36; }
a { background-color: rgb(145,12,54); }
div.DivClassName
{
background-color: #910C36;
}
.BgClassName
{
background-color: #910C36;
}
</style>
border-color css
<style>
span { border-color: #910C36; }
span { border-color: rgb(145,12,54); }
td.TdClassName
{
border-color: #910C36;
}
.TagClassName
{
border-color: #910C36;
}
</style>