Shades of Burgundy #920A39
Tints of Burgundy #920A39
RGB
CMYK
RGB Variations
Color information
#920A39 (or 0x920A39) is known color: Burgundy. HEX triplet: 92, 0A and 39. RGB value is (146,10,57). Sum of RGB (Red+Green+Blue) = 146+10+57=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #920A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920A39 is #6DF5C6. Grayscale: #373737. Windows color (decimal): -7206343 or 3738258. OLE color: 3738258.
HSL color Cylindrical-coordinate representation of color #920A39: hue angle of 339.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A39 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 10 | 57 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.43 |
| HSL | 339.26º | 0.87% | 0.31% | - |
| HSV(B) | 339.26º | 0.93% | 0.57% | - |
| XYZ | 12.7 | 6.62 | 4.48 | - |
| YUV | 56.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 10 | 57 | 0 | 0.93 | 0.61 | 0.43 | 339.26 | 0.87 | 0.31 |
| Hex | 92 | A | 39 | 0 | 5D | 3D | 2B | 153 | 57 | 1F |
| Octal | 222 | 12 | 71 | 0 | 135 | 75 | 53 | 523 | 127 | 37 |
| Binary | 10010010 | 1010 | 111001 | 0 | 1011101 | 111101 | 101011 | 101010011 | 1010111 | 11111 |
Color Harmonies of #920A39
Complementary color
Monochromatic Colors of #920A39
Black with #920A39
Text Example
Text Example
White with #920A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920A39; }
p { color: rgb(146,10,57); }
H1.HeaderClassName
{
color: #920A39;
}
.AnyTagClassName
{
color: #920A39;
}
</style>
background-color css
<style>
a { background-color: #920A39; }
a { background-color: rgb(146,10,57); }
div.DivClassName
{
background-color: #920A39;
}
.BgClassName
{
background-color: #920A39;
}
</style>
border-color css
<style>
span { border-color: #920A39; }
span { border-color: rgb(146,10,57); }
td.TdClassName
{
border-color: #920A39;
}
.TagClassName
{
border-color: #920A39;
}
</style>