Shades of Burgundy #940134
Tints of Burgundy #940134
RGB
CMYK
RGB Variations
Color information
#940134 (or 0x940134) is known color: Burgundy. HEX triplet: 94, 01 and 34. RGB value is (148,1,52). Sum of RGB (Red+Green+Blue) = 148+1+52=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #940134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940134 is #6BFECB. Grayscale: #323232. Windows color (decimal): -7077580 or 3408276. OLE color: 3408276.
HSL color Cylindrical-coordinate representation of color #940134: hue angle of 339.18º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940134 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.42 |
| HSL | 339.18º | 0.99% | 0.29% | - |
| HSV(B) | 339.18º | 0.99% | 0.58% | - |
| XYZ | 12.84 | 6.57 | 3.84 | - |
| YUV | 50.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 52 | 0 | 0.99 | 0.65 | 0.42 | 339.18 | 0.99 | 0.29 |
| Hex | 94 | 1 | 34 | 0 | 63 | 41 | 2A | 153 | 63 | 1D |
| Octal | 224 | 1 | 64 | 0 | 143 | 101 | 52 | 523 | 143 | 35 |
| Binary | 10010100 | 1 | 110100 | 0 | 1100011 | 1000001 | 101010 | 101010011 | 1100011 | 11101 |
Color Harmonies of #940134
Complementary color
Monochromatic Colors of #940134
Black with #940134
Text Example
Text Example
White with #940134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940134; }
p { color: rgb(148,1,52); }
H1.HeaderClassName
{
color: #940134;
}
.AnyTagClassName
{
color: #940134;
}
</style>
background-color css
<style>
a { background-color: #940134; }
a { background-color: rgb(148,1,52); }
div.DivClassName
{
background-color: #940134;
}
.BgClassName
{
background-color: #940134;
}
</style>
border-color css
<style>
span { border-color: #940134; }
span { border-color: rgb(148,1,52); }
td.TdClassName
{
border-color: #940134;
}
.TagClassName
{
border-color: #940134;
}
</style>