Shades of Burgundy #92013C
Tints of Burgundy #92013C
RGB
CMYK
RGB Variations
Color information
#92013C (or 0x92013C) is known color: Burgundy. HEX triplet: 92, 01 and 3C. RGB value is (146,1,60). Sum of RGB (Red+Green+Blue) = 146+1+60=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #92013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92013C is #6DFEC3. Grayscale: #323232. Windows color (decimal): -7208644 or 3932562. OLE color: 3932562.
HSL color Cylindrical-coordinate representation of color #92013C: hue angle of 335.59º 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 #92013C is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.43 |
| HSL | 335.59º | 0.99% | 0.29% | - |
| HSV(B) | 335.59º | 0.99% | 0.57% | - |
| XYZ | 12.68 | 6.46 | 4.85 | - |
| YUV | 51.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 60 | 0 | 0.99 | 0.59 | 0.43 | 335.59 | 0.99 | 0.29 |
| Hex | 92 | 1 | 3C | 0 | 63 | 3B | 2B | 150 | 63 | 1D |
| Octal | 222 | 1 | 74 | 0 | 143 | 73 | 53 | 520 | 143 | 35 |
| Binary | 10010010 | 1 | 111100 | 0 | 1100011 | 111011 | 101011 | 101010000 | 1100011 | 11101 |
Color Harmonies of #92013C
Complementary color
Monochromatic Colors of #92013C
Black with #92013C
Text Example
Text Example
White with #92013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92013C; }
p { color: rgb(146,1,60); }
H1.HeaderClassName
{
color: #92013C;
}
.AnyTagClassName
{
color: #92013C;
}
</style>
background-color css
<style>
a { background-color: #92013C; }
a { background-color: rgb(146,1,60); }
div.DivClassName
{
background-color: #92013C;
}
.BgClassName
{
background-color: #92013C;
}
</style>
border-color css
<style>
span { border-color: #92013C; }
span { border-color: rgb(146,1,60); }
td.TdClassName
{
border-color: #92013C;
}
.TagClassName
{
border-color: #92013C;
}
</style>