Shades of Burgundy #940834
Tints of Burgundy #940834
RGB
CMYK
RGB Variations
Color information
#940834 (or 0x940834) is known color: Burgundy. HEX triplet: 94, 08 and 34. RGB value is (148,8,52). Sum of RGB (Red+Green+Blue) = 148+8+52=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #940834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940834 is #6BF7CB. Grayscale: #363636. Windows color (decimal): -7075788 or 3410068. OLE color: 3410068.
HSL color Cylindrical-coordinate representation of color #940834: hue angle of 341.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940834 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 8 | 52 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.42 |
| HSL | 341.14º | 0.9% | 0.31% | - |
| HSV(B) | 341.14º | 0.95% | 0.58% | - |
| XYZ | 12.92 | 6.72 | 3.86 | - |
| YUV | 54.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 52 | 0 | 0.95 | 0.65 | 0.42 | 341.14 | 0.9 | 0.31 |
| Hex | 94 | 8 | 34 | 0 | 5F | 41 | 2A | 155 | 5A | 1F |
| Octal | 224 | 10 | 64 | 0 | 137 | 101 | 52 | 525 | 132 | 37 |
| Binary | 10010100 | 1000 | 110100 | 0 | 1011111 | 1000001 | 101010 | 101010101 | 1011010 | 11111 |
Color Harmonies of #940834
Complementary color
Monochromatic Colors of #940834
Black with #940834
Text Example
Text Example
White with #940834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940834; }
p { color: rgb(148,8,52); }
H1.HeaderClassName
{
color: #940834;
}
.AnyTagClassName
{
color: #940834;
}
</style>
background-color css
<style>
a { background-color: #940834; }
a { background-color: rgb(148,8,52); }
div.DivClassName
{
background-color: #940834;
}
.BgClassName
{
background-color: #940834;
}
</style>
border-color css
<style>
span { border-color: #940834; }
span { border-color: rgb(148,8,52); }
td.TdClassName
{
border-color: #940834;
}
.TagClassName
{
border-color: #940834;
}
</style>