Shades of Burgundy #920C3C
Tints of Burgundy #920C3C
RGB
CMYK
RGB Variations
Color information
#920C3C (or 0x920C3C) is known color: Burgundy. HEX triplet: 92, 0C and 3C. RGB value is (146,12,60). Sum of RGB (Red+Green+Blue) = 146+12+60=218 (28% of max value = 765). Red value is 146 (57.42% from 255 or 66.97% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 146 - color contains mainly: red. Hex color #920C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920C3C is #6DF3C3. Grayscale: #393939. Windows color (decimal): -7205828 or 3935378. OLE color: 3935378.
HSL color Cylindrical-coordinate representation of color #920C3C: hue angle of 338.51º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920C3C is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 60 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.43 |
| HSL | 338.51º | 0.85% | 0.31% | - |
| HSV(B) | 338.51º | 0.92% | 0.57% | - |
| XYZ | 12.8 | 6.7 | 4.89 | - |
| YUV | 57.54 | 129.39 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 60 | 0 | 0.92 | 0.59 | 0.43 | 338.51 | 0.85 | 0.31 |
| Hex | 92 | C | 3C | 0 | 5C | 3B | 2B | 153 | 55 | 1F |
| Octal | 222 | 14 | 74 | 0 | 134 | 73 | 53 | 523 | 125 | 37 |
| Binary | 10010010 | 1100 | 111100 | 0 | 1011100 | 111011 | 101011 | 101010011 | 1010101 | 11111 |
Color Harmonies of #920C3C
Complementary color
Monochromatic Colors of #920C3C
Black with #920C3C
Text Example
Text Example
White with #920C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C3C; }
p { color: rgb(146,12,60); }
H1.HeaderClassName
{
color: #920C3C;
}
.AnyTagClassName
{
color: #920C3C;
}
</style>
background-color css
<style>
a { background-color: #920C3C; }
a { background-color: rgb(146,12,60); }
div.DivClassName
{
background-color: #920C3C;
}
.BgClassName
{
background-color: #920C3C;
}
</style>
border-color css
<style>
span { border-color: #920C3C; }
span { border-color: rgb(146,12,60); }
td.TdClassName
{
border-color: #920C3C;
}
.TagClassName
{
border-color: #920C3C;
}
</style>