Shades of Burgundy #92003C
Tints of Burgundy #92003C
RGB
CMYK
RGB Variations
Color information
#92003C (or 0x92003C) is known color: Burgundy. HEX triplet: 92, 00 and 3C. RGB value is (146,0,60). Sum of RGB (Red+Green+Blue) = 146+0+60=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #92003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92003C is #6DFFC3. Grayscale: #323232. Windows color (decimal): -7208900 or 3932306. OLE color: 3932306.
HSL color Cylindrical-coordinate representation of color #92003C: hue angle of 335.34º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92003C is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.59 | 0.43 |
| HSL | 335.34º | 1% | 0.29% | - |
| HSV(B) | 335.34º | 1% | 0.57% | - |
| XYZ | 12.67 | 6.44 | 4.85 | - |
| YUV | 50.49 | 133.37 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 60 | 0 | 1 | 0.59 | 0.43 | 335.34 | 1 | 0.29 |
| Hex | 92 | 0 | 3C | 0 | 64 | 3B | 2B | 14F | 64 | 1D |
| Octal | 222 | 0 | 74 | 0 | 144 | 73 | 53 | 517 | 144 | 35 |
| Binary | 10010010 | 0 | 111100 | 0 | 1100100 | 111011 | 101011 | 101001111 | 1100100 | 11101 |
Color Harmonies of #92003C
Complementary color
Monochromatic Colors of #92003C
Black with #92003C
Text Example
Text Example
White with #92003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92003C; }
p { color: rgb(146,0,60); }
H1.HeaderClassName
{
color: #92003C;
}
.AnyTagClassName
{
color: #92003C;
}
</style>
background-color css
<style>
a { background-color: #92003C; }
a { background-color: rgb(146,0,60); }
div.DivClassName
{
background-color: #92003C;
}
.BgClassName
{
background-color: #92003C;
}
</style>
border-color css
<style>
span { border-color: #92003C; }
span { border-color: rgb(146,0,60); }
td.TdClassName
{
border-color: #92003C;
}
.TagClassName
{
border-color: #92003C;
}
</style>