Shades of Burgundy #910F2C
Tints of Burgundy #910F2C
RGB
CMYK
RGB Variations
Color information
#910F2C (or 0x910F2C) is known color: Burgundy. HEX triplet: 91, 0F and 2C. RGB value is (145,15,44). Sum of RGB (Red+Green+Blue) = 145+15+44=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #910F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F2C is #6EF0D3. Grayscale: #393939. Windows color (decimal): -7270612 or 2887569. OLE color: 2887569.
HSL color Cylindrical-coordinate representation of color #910F2C: hue angle of 346.62º 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 #910F2C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 44 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.43 |
| HSL | 346.62º | 0.81% | 0.31% | - |
| HSV(B) | 346.62º | 0.9% | 0.57% | - |
| XYZ | 12.3 | 6.54 | 3 | - |
| YUV | 57.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 44 | 0 | 0.90 | 0.70 | 0.43 | 346.62 | 0.81 | 0.31 |
| Hex | 91 | F | 2C | 0 | 5A | 46 | 2B | 15B | 51 | 1F |
| Octal | 221 | 17 | 54 | 0 | 132 | 106 | 53 | 533 | 121 | 37 |
| Binary | 10010001 | 1111 | 101100 | 0 | 1011010 | 1000110 | 101011 | 101011011 | 1010001 | 11111 |
Color Harmonies of #910F2C
Complementary color
Monochromatic Colors of #910F2C
Black with #910F2C
Text Example
Text Example
White with #910F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F2C; }
p { color: rgb(145,15,44); }
H1.HeaderClassName
{
color: #910F2C;
}
.AnyTagClassName
{
color: #910F2C;
}
</style>
background-color css
<style>
a { background-color: #910F2C; }
a { background-color: rgb(145,15,44); }
div.DivClassName
{
background-color: #910F2C;
}
.BgClassName
{
background-color: #910F2C;
}
</style>
border-color css
<style>
span { border-color: #910F2C; }
span { border-color: rgb(145,15,44); }
td.TdClassName
{
border-color: #910F2C;
}
.TagClassName
{
border-color: #910F2C;
}
</style>