Shades of Burgundy #920535
Tints of Burgundy #920535
RGB
CMYK
RGB Variations
Color information
#920535 (or 0x920535) is known color: Burgundy. HEX triplet: 92, 05 and 35. RGB value is (146,5,53). Sum of RGB (Red+Green+Blue) = 146+5+53=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920535 is #6DFACA. Grayscale: #343434. Windows color (decimal): -7207627 or 3474834. OLE color: 3474834.
HSL color Cylindrical-coordinate representation of color #920535: hue angle of 339.57º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920535 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 53 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.43 |
| HSL | 339.57º | 0.93% | 0.3% | - |
| HSV(B) | 339.57º | 0.97% | 0.57% | - |
| XYZ | 12.55 | 6.48 | 3.96 | - |
| YUV | 52.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 53 | 0 | 0.97 | 0.64 | 0.43 | 339.57 | 0.93 | 0.3 |
| Hex | 92 | 5 | 35 | 0 | 61 | 40 | 2B | 154 | 5D | 1E |
| Octal | 222 | 5 | 65 | 0 | 141 | 100 | 53 | 524 | 135 | 36 |
| Binary | 10010010 | 101 | 110101 | 0 | 1100001 | 1000000 | 101011 | 101010100 | 1011101 | 11110 |
Color Harmonies of #920535
Complementary color
Monochromatic Colors of #920535
Black with #920535
Text Example
Text Example
White with #920535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920535; }
p { color: rgb(146,5,53); }
H1.HeaderClassName
{
color: #920535;
}
.AnyTagClassName
{
color: #920535;
}
</style>
background-color css
<style>
a { background-color: #920535; }
a { background-color: rgb(146,5,53); }
div.DivClassName
{
background-color: #920535;
}
.BgClassName
{
background-color: #920535;
}
</style>
border-color css
<style>
span { border-color: #920535; }
span { border-color: rgb(146,5,53); }
td.TdClassName
{
border-color: #920535;
}
.TagClassName
{
border-color: #920535;
}
</style>