Shades of Burgundy #920D2D
Tints of Burgundy #920D2D
RGB
CMYK
RGB Variations
Color information
#920D2D (or 0x920D2D) is known color: Burgundy. HEX triplet: 92, 0D and 2D. RGB value is (146,13,45). Sum of RGB (Red+Green+Blue) = 146+13+45=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D2D is #6DF2D2. Grayscale: #383838. Windows color (decimal): -7205587 or 2952594. OLE color: 2952594.
HSL color Cylindrical-coordinate representation of color #920D2D: hue angle of 345.56º 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 #920D2D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 45 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.43 |
| HSL | 345.56º | 0.84% | 0.31% | - |
| HSV(B) | 345.56º | 0.91% | 0.57% | - |
| XYZ | 12.47 | 6.59 | 3.1 | - |
| YUV | 56.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 45 | 0 | 0.91 | 0.69 | 0.43 | 345.56 | 0.84 | 0.31 |
| Hex | 92 | D | 2D | 0 | 5B | 45 | 2B | 15A | 54 | 1F |
| Octal | 222 | 15 | 55 | 0 | 133 | 105 | 53 | 532 | 124 | 37 |
| Binary | 10010010 | 1101 | 101101 | 0 | 1011011 | 1000101 | 101011 | 101011010 | 1010100 | 11111 |
Color Harmonies of #920D2D
Complementary color
Monochromatic Colors of #920D2D
Black with #920D2D
Text Example
Text Example
White with #920D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D2D; }
p { color: rgb(146,13,45); }
H1.HeaderClassName
{
color: #920D2D;
}
.AnyTagClassName
{
color: #920D2D;
}
</style>
background-color css
<style>
a { background-color: #920D2D; }
a { background-color: rgb(146,13,45); }
div.DivClassName
{
background-color: #920D2D;
}
.BgClassName
{
background-color: #920D2D;
}
</style>
border-color css
<style>
span { border-color: #920D2D; }
span { border-color: rgb(146,13,45); }
td.TdClassName
{
border-color: #920D2D;
}
.TagClassName
{
border-color: #920D2D;
}
</style>