Shades of Burgundy #920D3C
Tints of Burgundy #920D3C
RGB
CMYK
RGB Variations
Color information
#920D3C (or 0x920D3C) is known color: Burgundy. HEX triplet: 92, 0D and 3C. RGB value is (146,13,60). Sum of RGB (Red+Green+Blue) = 146+13+60=219 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.67% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 146 - color contains mainly: red. Hex color #920D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D3C is #6DF2C3. Grayscale: #3A3A3A. Windows color (decimal): -7205572 or 3935634. OLE color: 3935634.
HSL color Cylindrical-coordinate representation of color #920D3C: hue angle of 338.8º 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 #920D3C is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 60 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.43 |
| HSL | 338.8º | 0.84% | 0.31% | - |
| HSV(B) | 338.8º | 0.91% | 0.57% | - |
| XYZ | 12.81 | 6.73 | 4.9 | - |
| YUV | 58.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 60 | 0 | 0.91 | 0.59 | 0.43 | 338.8 | 0.84 | 0.31 |
| Hex | 92 | D | 3C | 0 | 5B | 3B | 2B | 153 | 54 | 1F |
| Octal | 222 | 15 | 74 | 0 | 133 | 73 | 53 | 523 | 124 | 37 |
| Binary | 10010010 | 1101 | 111100 | 0 | 1011011 | 111011 | 101011 | 101010011 | 1010100 | 11111 |
Color Harmonies of #920D3C
Complementary color
Monochromatic Colors of #920D3C
Black with #920D3C
Text Example
Text Example
White with #920D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D3C; }
p { color: rgb(146,13,60); }
H1.HeaderClassName
{
color: #920D3C;
}
.AnyTagClassName
{
color: #920D3C;
}
</style>
background-color css
<style>
a { background-color: #920D3C; }
a { background-color: rgb(146,13,60); }
div.DivClassName
{
background-color: #920D3C;
}
.BgClassName
{
background-color: #920D3C;
}
</style>
border-color css
<style>
span { border-color: #920D3C; }
span { border-color: rgb(146,13,60); }
td.TdClassName
{
border-color: #920D3C;
}
.TagClassName
{
border-color: #920D3C;
}
</style>