Shades of Burgundy #940B34
Tints of Burgundy #940B34
RGB
CMYK
RGB Variations
Color information
#940B34 (or 0x940B34) is known color: Burgundy. HEX triplet: 94, 0B and 34. RGB value is (148,11,52). Sum of RGB (Red+Green+Blue) = 148+11+52=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #940B34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B34 is #6BF4CB. Grayscale: #383838. Windows color (decimal): -7075020 or 3410836. OLE color: 3410836.
HSL color Cylindrical-coordinate representation of color #940B34: hue angle of 342.04º 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 #940B34 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 52 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.42 |
| HSL | 342.04º | 0.86% | 0.31% | - |
| HSV(B) | 342.04º | 0.93% | 0.58% | - |
| XYZ | 12.95 | 6.78 | 3.88 | - |
| YUV | 56.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 52 | 0 | 0.93 | 0.65 | 0.42 | 342.04 | 0.86 | 0.31 |
| Hex | 94 | B | 34 | 0 | 5D | 41 | 2A | 156 | 56 | 1F |
| Octal | 224 | 13 | 64 | 0 | 135 | 101 | 52 | 526 | 126 | 37 |
| Binary | 10010100 | 1011 | 110100 | 0 | 1011101 | 1000001 | 101010 | 101010110 | 1010110 | 11111 |
Color Harmonies of #940B34
Complementary color
Monochromatic Colors of #940B34
Black with #940B34
Text Example
Text Example
White with #940B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B34; }
p { color: rgb(148,11,52); }
H1.HeaderClassName
{
color: #940B34;
}
.AnyTagClassName
{
color: #940B34;
}
</style>
background-color css
<style>
a { background-color: #940B34; }
a { background-color: rgb(148,11,52); }
div.DivClassName
{
background-color: #940B34;
}
.BgClassName
{
background-color: #940B34;
}
</style>
border-color css
<style>
span { border-color: #940B34; }
span { border-color: rgb(148,11,52); }
td.TdClassName
{
border-color: #940B34;
}
.TagClassName
{
border-color: #940B34;
}
</style>