Shades of Burgundy #920D33
Tints of Burgundy #920D33
RGB
CMYK
RGB Variations
Color information
#920D33 (or 0x920D33) is known color: Burgundy. HEX triplet: 92, 0D and 33. RGB value is (146,13,51). Sum of RGB (Red+Green+Blue) = 146+13+51=210 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.52% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 146 - color contains mainly: red. Hex color #920D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D33 is #6DF2CC. Grayscale: #393939. Windows color (decimal): -7205581 or 3345810. OLE color: 3345810.
HSL color Cylindrical-coordinate representation of color #920D33: hue angle of 342.86º 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 #920D33 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 51 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.43 |
| HSL | 342.86º | 0.84% | 0.31% | - |
| HSV(B) | 342.86º | 0.91% | 0.57% | - |
| XYZ | 12.6 | 6.64 | 3.75 | - |
| YUV | 57.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 51 | 0 | 0.91 | 0.65 | 0.43 | 342.86 | 0.84 | 0.31 |
| Hex | 92 | D | 33 | 0 | 5B | 41 | 2B | 157 | 54 | 1F |
| Octal | 222 | 15 | 63 | 0 | 133 | 101 | 53 | 527 | 124 | 37 |
| Binary | 10010010 | 1101 | 110011 | 0 | 1011011 | 1000001 | 101011 | 101010111 | 1010100 | 11111 |
Color Harmonies of #920D33
Complementary color
Monochromatic Colors of #920D33
Black with #920D33
Text Example
Text Example
White with #920D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D33; }
p { color: rgb(146,13,51); }
H1.HeaderClassName
{
color: #920D33;
}
.AnyTagClassName
{
color: #920D33;
}
</style>
background-color css
<style>
a { background-color: #920D33; }
a { background-color: rgb(146,13,51); }
div.DivClassName
{
background-color: #920D33;
}
.BgClassName
{
background-color: #920D33;
}
</style>
border-color css
<style>
span { border-color: #920D33; }
span { border-color: rgb(146,13,51); }
td.TdClassName
{
border-color: #920D33;
}
.TagClassName
{
border-color: #920D33;
}
</style>