Shades of Burgundy #92002D
Tints of Burgundy #92002D
RGB
CMYK
RGB Variations
Color information
#92002D (or 0x92002D) is known color: Burgundy. HEX triplet: 92, 00 and 2D. RGB value is (146,0,45). Sum of RGB (Red+Green+Blue) = 146+0+45=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #92002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92002D is #6DFFD2. Grayscale: #303030. Windows color (decimal): -7208915 or 2949266. OLE color: 2949266.
HSL color Cylindrical-coordinate representation of color #92002D: hue angle of 341.51º 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 #92002D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.69 | 0.43 |
| HSL | 341.51º | 1% | 0.29% | - |
| HSV(B) | 341.51º | 1% | 0.57% | - |
| XYZ | 12.33 | 6.3 | 3.05 | - |
| YUV | 48.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 45 | 0 | 1 | 0.69 | 0.43 | 341.51 | 1 | 0.29 |
| Hex | 92 | 0 | 2D | 0 | 64 | 45 | 2B | 156 | 64 | 1D |
| Octal | 222 | 0 | 55 | 0 | 144 | 105 | 53 | 526 | 144 | 35 |
| Binary | 10010010 | 0 | 101101 | 0 | 1100100 | 1000101 | 101011 | 101010110 | 1100100 | 11101 |
Color Harmonies of #92002D
Complementary color
Monochromatic Colors of #92002D
Black with #92002D
Text Example
Text Example
White with #92002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92002D; }
p { color: rgb(146,0,45); }
H1.HeaderClassName
{
color: #92002D;
}
.AnyTagClassName
{
color: #92002D;
}
</style>
background-color css
<style>
a { background-color: #92002D; }
a { background-color: rgb(146,0,45); }
div.DivClassName
{
background-color: #92002D;
}
.BgClassName
{
background-color: #92002D;
}
</style>
border-color css
<style>
span { border-color: #92002D; }
span { border-color: rgb(146,0,45); }
td.TdClassName
{
border-color: #92002D;
}
.TagClassName
{
border-color: #92002D;
}
</style>