Shades of Burgundy #940B3D
Tints of Burgundy #940B3D
RGB
CMYK
RGB Variations
Color information
#940B3D (or 0x940B3D) is known color: Burgundy. HEX triplet: 94, 0B and 3D. RGB value is (148,11,61). Sum of RGB (Red+Green+Blue) = 148+11+61=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #940B3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B3D is #6BF4C2. Grayscale: #393939. Windows color (decimal): -7075011 or 4000660. OLE color: 4000660.
HSL color Cylindrical-coordinate representation of color #940B3D: hue angle of 338.1º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B3D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 61 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.42 |
| HSL | 338.1º | 0.86% | 0.31% | - |
| HSV(B) | 338.1º | 0.93% | 0.58% | - |
| XYZ | 13.17 | 6.87 | 5.05 | - |
| YUV | 57.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 61 | 0 | 0.93 | 0.59 | 0.42 | 338.1 | 0.86 | 0.31 |
| Hex | 94 | B | 3D | 0 | 5D | 3B | 2A | 152 | 56 | 1F |
| Octal | 224 | 13 | 75 | 0 | 135 | 73 | 52 | 522 | 126 | 37 |
| Binary | 10010100 | 1011 | 111101 | 0 | 1011101 | 111011 | 101010 | 101010010 | 1010110 | 11111 |
Color Harmonies of #940B3D
Complementary color
Monochromatic Colors of #940B3D
Black with #940B3D
Text Example
Text Example
White with #940B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B3D; }
p { color: rgb(148,11,61); }
H1.HeaderClassName
{
color: #940B3D;
}
.AnyTagClassName
{
color: #940B3D;
}
</style>
background-color css
<style>
a { background-color: #940B3D; }
a { background-color: rgb(148,11,61); }
div.DivClassName
{
background-color: #940B3D;
}
.BgClassName
{
background-color: #940B3D;
}
</style>
border-color css
<style>
span { border-color: #940B3D; }
span { border-color: rgb(148,11,61); }
td.TdClassName
{
border-color: #940B3D;
}
.TagClassName
{
border-color: #940B3D;
}
</style>