Shades of Burgundy #920234
Tints of Burgundy #920234
RGB
CMYK
RGB Variations
Color information
#920234 (or 0x920234) is known color: Burgundy. HEX triplet: 92, 02 and 34. RGB value is (146,2,52). Sum of RGB (Red+Green+Blue) = 146+2+52=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #920234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920234 is #6DFDCB. Grayscale: #323232. Windows color (decimal): -7208396 or 3408530. OLE color: 3408530.
HSL color Cylindrical-coordinate representation of color #920234: hue angle of 339.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920234 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.43 |
| HSL | 339.17º | 0.97% | 0.29% | - |
| HSV(B) | 339.17º | 0.99% | 0.57% | - |
| XYZ | 12.5 | 6.4 | 3.83 | - |
| YUV | 50.76 | 128.71 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 52 | 0 | 0.99 | 0.64 | 0.43 | 339.17 | 0.97 | 0.29 |
| Hex | 92 | 2 | 34 | 0 | 63 | 40 | 2B | 153 | 61 | 1D |
| Octal | 222 | 2 | 64 | 0 | 143 | 100 | 53 | 523 | 141 | 35 |
| Binary | 10010010 | 10 | 110100 | 0 | 1100011 | 1000000 | 101011 | 101010011 | 1100001 | 11101 |
Color Harmonies of #920234
Complementary color
Monochromatic Colors of #920234
Black with #920234
Text Example
Text Example
White with #920234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920234; }
p { color: rgb(146,2,52); }
H1.HeaderClassName
{
color: #920234;
}
.AnyTagClassName
{
color: #920234;
}
</style>
background-color css
<style>
a { background-color: #920234; }
a { background-color: rgb(146,2,52); }
div.DivClassName
{
background-color: #920234;
}
.BgClassName
{
background-color: #920234;
}
</style>
border-color css
<style>
span { border-color: #920234; }
span { border-color: rgb(146,2,52); }
td.TdClassName
{
border-color: #920234;
}
.TagClassName
{
border-color: #920234;
}
</style>