Shades of Burgundy #920D31
Tints of Burgundy #920D31
RGB
CMYK
RGB Variations
Color information
#920D31 (or 0x920D31) is known color: Burgundy. HEX triplet: 92, 0D and 31. RGB value is (146,13,49). Sum of RGB (Red+Green+Blue) = 146+13+49=208 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.19% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 146 - color contains mainly: red. Hex color #920D31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D31 is #6DF2CE. Grayscale: #383838. Windows color (decimal): -7205583 or 3214738. OLE color: 3214738.
HSL color Cylindrical-coordinate representation of color #920D31: hue angle of 343.76º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D31 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 49 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.43 |
| HSL | 343.76º | 0.84% | 0.31% | - |
| HSV(B) | 343.76º | 0.91% | 0.57% | - |
| XYZ | 12.55 | 6.62 | 3.52 | - |
| YUV | 56.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 49 | 0 | 0.91 | 0.66 | 0.43 | 343.76 | 0.84 | 0.31 |
| Hex | 92 | D | 31 | 0 | 5B | 42 | 2B | 158 | 54 | 1F |
| Octal | 222 | 15 | 61 | 0 | 133 | 102 | 53 | 530 | 124 | 37 |
| Binary | 10010010 | 1101 | 110001 | 0 | 1011011 | 1000010 | 101011 | 101011000 | 1010100 | 11111 |
Color Harmonies of #920D31
Complementary color
Monochromatic Colors of #920D31
Black with #920D31
Text Example
Text Example
White with #920D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D31; }
p { color: rgb(146,13,49); }
H1.HeaderClassName
{
color: #920D31;
}
.AnyTagClassName
{
color: #920D31;
}
</style>
background-color css
<style>
a { background-color: #920D31; }
a { background-color: rgb(146,13,49); }
div.DivClassName
{
background-color: #920D31;
}
.BgClassName
{
background-color: #920D31;
}
</style>
border-color css
<style>
span { border-color: #920D31; }
span { border-color: rgb(146,13,49); }
td.TdClassName
{
border-color: #920D31;
}
.TagClassName
{
border-color: #920D31;
}
</style>