Shades of Burgundy #920835
Tints of Burgundy #920835
RGB
CMYK
RGB Variations
Color information
#920835 (or 0x920835) is known color: Burgundy. HEX triplet: 92, 08 and 35. RGB value is (146,8,53). Sum of RGB (Red+Green+Blue) = 146+8+53=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #920835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920835 is #6DF7CA. Grayscale: #363636. Windows color (decimal): -7206859 or 3475602. OLE color: 3475602.
HSL color Cylindrical-coordinate representation of color #920835: hue angle of 340.43º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920835 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 53 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.43 |
| HSL | 340.43º | 0.9% | 0.3% | - |
| HSV(B) | 340.43º | 0.95% | 0.57% | - |
| XYZ | 12.58 | 6.54 | 3.97 | - |
| YUV | 54.39 | 127.22 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 53 | 0 | 0.95 | 0.64 | 0.43 | 340.43 | 0.9 | 0.3 |
| Hex | 92 | 8 | 35 | 0 | 5F | 40 | 2B | 154 | 5A | 1E |
| Octal | 222 | 10 | 65 | 0 | 137 | 100 | 53 | 524 | 132 | 36 |
| Binary | 10010010 | 1000 | 110101 | 0 | 1011111 | 1000000 | 101011 | 101010100 | 1011010 | 11110 |
Color Harmonies of #920835
Complementary color
Monochromatic Colors of #920835
Black with #920835
Text Example
Text Example
White with #920835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920835; }
p { color: rgb(146,8,53); }
H1.HeaderClassName
{
color: #920835;
}
.AnyTagClassName
{
color: #920835;
}
</style>
background-color css
<style>
a { background-color: #920835; }
a { background-color: rgb(146,8,53); }
div.DivClassName
{
background-color: #920835;
}
.BgClassName
{
background-color: #920835;
}
</style>
border-color css
<style>
span { border-color: #920835; }
span { border-color: rgb(146,8,53); }
td.TdClassName
{
border-color: #920835;
}
.TagClassName
{
border-color: #920835;
}
</style>