Shades of Burgundy #940F34
Tints of Burgundy #940F34
RGB
CMYK
RGB Variations
Color information
#940F34 (or 0x940F34) is known color: Burgundy. HEX triplet: 94, 0F and 34. RGB value is (148,15,52). Sum of RGB (Red+Green+Blue) = 148+15+52=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #940F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F34 is #6BF0CB. Grayscale: #3A3A3A. Windows color (decimal): -7073996 or 3411860. OLE color: 3411860.
HSL color Cylindrical-coordinate representation of color #940F34: hue angle of 343.31º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F34 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 52 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.42 |
| HSL | 343.31º | 0.82% | 0.32% | - |
| HSV(B) | 343.31º | 0.9% | 0.58% | - |
| XYZ | 13 | 6.89 | 3.89 | - |
| YUV | 58.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 52 | 0 | 0.90 | 0.65 | 0.42 | 343.31 | 0.82 | 0.32 |
| Hex | 94 | F | 34 | 0 | 5A | 41 | 2A | 157 | 52 | 20 |
| Octal | 224 | 17 | 64 | 0 | 132 | 101 | 52 | 527 | 122 | 40 |
| Binary | 10010100 | 1111 | 110100 | 0 | 1011010 | 1000001 | 101010 | 101010111 | 1010010 | 100000 |
Color Harmonies of #940F34
Complementary color
Monochromatic Colors of #940F34
Black with #940F34
Text Example
Text Example
White with #940F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F34; }
p { color: rgb(148,15,52); }
H1.HeaderClassName
{
color: #940F34;
}
.AnyTagClassName
{
color: #940F34;
}
</style>
background-color css
<style>
a { background-color: #940F34; }
a { background-color: rgb(148,15,52); }
div.DivClassName
{
background-color: #940F34;
}
.BgClassName
{
background-color: #940F34;
}
</style>
border-color css
<style>
span { border-color: #940F34; }
span { border-color: rgb(148,15,52); }
td.TdClassName
{
border-color: #940F34;
}
.TagClassName
{
border-color: #940F34;
}
</style>