Shades of Burgundy #920D34
Tints of Burgundy #920D34
RGB
CMYK
RGB Variations
Color information
#920D34 (or 0x920D34) is known color: Burgundy. HEX triplet: 92, 0D and 34. RGB value is (146,13,52). Sum of RGB (Red+Green+Blue) = 146+13+52=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #920D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D34 is #6DF2CB. Grayscale: #393939. Windows color (decimal): -7205580 or 3411346. OLE color: 3411346.
HSL color Cylindrical-coordinate representation of color #920D34: hue angle of 342.41º 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 #920D34 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 52 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.43 |
| HSL | 342.41º | 0.84% | 0.31% | - |
| HSV(B) | 342.41º | 0.91% | 0.57% | - |
| XYZ | 12.62 | 6.65 | 3.87 | - |
| YUV | 57.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 52 | 0 | 0.91 | 0.64 | 0.43 | 342.41 | 0.84 | 0.31 |
| Hex | 92 | D | 34 | 0 | 5B | 40 | 2B | 156 | 54 | 1F |
| Octal | 222 | 15 | 64 | 0 | 133 | 100 | 53 | 526 | 124 | 37 |
| Binary | 10010010 | 1101 | 110100 | 0 | 1011011 | 1000000 | 101011 | 101010110 | 1010100 | 11111 |
Color Harmonies of #920D34
Complementary color
Monochromatic Colors of #920D34
Black with #920D34
Text Example
Text Example
White with #920D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D34; }
p { color: rgb(146,13,52); }
H1.HeaderClassName
{
color: #920D34;
}
.AnyTagClassName
{
color: #920D34;
}
</style>
background-color css
<style>
a { background-color: #920D34; }
a { background-color: rgb(146,13,52); }
div.DivClassName
{
background-color: #920D34;
}
.BgClassName
{
background-color: #920D34;
}
</style>
border-color css
<style>
span { border-color: #920D34; }
span { border-color: rgb(146,13,52); }
td.TdClassName
{
border-color: #920D34;
}
.TagClassName
{
border-color: #920D34;
}
</style>