Shades of Burgundy #92012B
Tints of Burgundy #92012B
RGB
CMYK
RGB Variations
Color information
#92012B (or 0x92012B) is known color: Burgundy. HEX triplet: 92, 01 and 2B. RGB value is (146,1,43). Sum of RGB (Red+Green+Blue) = 146+1+43=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #92012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92012B is #6DFED4. Grayscale: #313131. Windows color (decimal): -7208661 or 2818450. OLE color: 2818450.
HSL color Cylindrical-coordinate representation of color #92012B: hue angle of 342.62º degrees, saturation: 0.99, 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 #92012B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.43 |
| HSL | 342.62º | 0.99% | 0.29% | - |
| HSV(B) | 342.62º | 0.99% | 0.57% | - |
| XYZ | 12.3 | 6.31 | 2.85 | - |
| YUV | 49.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 43 | 0 | 0.99 | 0.71 | 0.43 | 342.62 | 0.99 | 0.29 |
| Hex | 92 | 1 | 2B | 0 | 63 | 47 | 2B | 157 | 63 | 1D |
| Octal | 222 | 1 | 53 | 0 | 143 | 107 | 53 | 527 | 143 | 35 |
| Binary | 10010010 | 1 | 101011 | 0 | 1100011 | 1000111 | 101011 | 101010111 | 1100011 | 11101 |
Color Harmonies of #92012B
Complementary color
Monochromatic Colors of #92012B
Black with #92012B
Text Example
Text Example
White with #92012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92012B; }
p { color: rgb(146,1,43); }
H1.HeaderClassName
{
color: #92012B;
}
.AnyTagClassName
{
color: #92012B;
}
</style>
background-color css
<style>
a { background-color: #92012B; }
a { background-color: rgb(146,1,43); }
div.DivClassName
{
background-color: #92012B;
}
.BgClassName
{
background-color: #92012B;
}
</style>
border-color css
<style>
span { border-color: #92012B; }
span { border-color: rgb(146,1,43); }
td.TdClassName
{
border-color: #92012B;
}
.TagClassName
{
border-color: #92012B;
}
</style>