Shades of Burgundy #910F32
Tints of Burgundy #910F32
RGB
CMYK
RGB Variations
Color information
#910F32 (or 0x910F32) is known color: Burgundy. HEX triplet: 91, 0F and 32. RGB value is (145,15,50). Sum of RGB (Red+Green+Blue) = 145+15+50=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #910F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F32 is #6EF0CD. Grayscale: #393939. Windows color (decimal): -7270606 or 3280785. OLE color: 3280785.
HSL color Cylindrical-coordinate representation of color #910F32: hue angle of 343.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F32 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 50 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.43 |
| HSL | 343.85º | 0.81% | 0.31% | - |
| HSV(B) | 343.85º | 0.9% | 0.57% | - |
| XYZ | 12.42 | 6.59 | 3.64 | - |
| YUV | 57.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 50 | 0 | 0.90 | 0.66 | 0.43 | 343.85 | 0.81 | 0.31 |
| Hex | 91 | F | 32 | 0 | 5A | 42 | 2B | 158 | 51 | 1F |
| Octal | 221 | 17 | 62 | 0 | 132 | 102 | 53 | 530 | 121 | 37 |
| Binary | 10010001 | 1111 | 110010 | 0 | 1011010 | 1000010 | 101011 | 101011000 | 1010001 | 11111 |
Color Harmonies of #910F32
Complementary color
Monochromatic Colors of #910F32
Black with #910F32
Text Example
Text Example
White with #910F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F32; }
p { color: rgb(145,15,50); }
H1.HeaderClassName
{
color: #910F32;
}
.AnyTagClassName
{
color: #910F32;
}
</style>
background-color css
<style>
a { background-color: #910F32; }
a { background-color: rgb(145,15,50); }
div.DivClassName
{
background-color: #910F32;
}
.BgClassName
{
background-color: #910F32;
}
</style>
border-color css
<style>
span { border-color: #910F32; }
span { border-color: rgb(145,15,50); }
td.TdClassName
{
border-color: #910F32;
}
.TagClassName
{
border-color: #910F32;
}
</style>