Shades of Burgundy #940C3C
Tints of Burgundy #940C3C
RGB
CMYK
RGB Variations
Color information
#940C3C (or 0x940C3C) is known color: Burgundy. HEX triplet: 94, 0C and 3C. RGB value is (148,12,60). Sum of RGB (Red+Green+Blue) = 148+12+60=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #940C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C3C is #6BF3C3. Grayscale: #3A3A3A. Windows color (decimal): -7074756 or 3935380. OLE color: 3935380.
HSL color Cylindrical-coordinate representation of color #940C3C: hue angle of 338.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C3C is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 60 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.42 |
| HSL | 338.82º | 0.85% | 0.31% | - |
| HSV(B) | 338.82º | 0.92% | 0.58% | - |
| XYZ | 13.16 | 6.89 | 4.91 | - |
| YUV | 58.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 60 | 0 | 0.92 | 0.59 | 0.42 | 338.82 | 0.85 | 0.31 |
| Hex | 94 | C | 3C | 0 | 5C | 3B | 2A | 153 | 55 | 1F |
| Octal | 224 | 14 | 74 | 0 | 134 | 73 | 52 | 523 | 125 | 37 |
| Binary | 10010100 | 1100 | 111100 | 0 | 1011100 | 111011 | 101010 | 101010011 | 1010101 | 11111 |
Color Harmonies of #940C3C
Complementary color
Monochromatic Colors of #940C3C
Black with #940C3C
Text Example
Text Example
White with #940C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C3C; }
p { color: rgb(148,12,60); }
H1.HeaderClassName
{
color: #940C3C;
}
.AnyTagClassName
{
color: #940C3C;
}
</style>
background-color css
<style>
a { background-color: #940C3C; }
a { background-color: rgb(148,12,60); }
div.DivClassName
{
background-color: #940C3C;
}
.BgClassName
{
background-color: #940C3C;
}
</style>
border-color css
<style>
span { border-color: #940C3C; }
span { border-color: rgb(148,12,60); }
td.TdClassName
{
border-color: #940C3C;
}
.TagClassName
{
border-color: #940C3C;
}
</style>