Shades of Burgundy #940130
Tints of Burgundy #940130
RGB
CMYK
RGB Variations
Color information
#940130 (or 0x940130) is known color: Burgundy. HEX triplet: 94, 01 and 30. RGB value is (148,1,48). Sum of RGB (Red+Green+Blue) = 148+1+48=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #940130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940130 is #6BFECF. Grayscale: #323232. Windows color (decimal): -7077584 or 3146132. OLE color: 3146132.
HSL color Cylindrical-coordinate representation of color #940130: hue angle of 340.82º 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 #940130 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.42 |
| HSL | 340.82º | 0.99% | 0.29% | - |
| HSV(B) | 340.82º | 0.99% | 0.58% | - |
| XYZ | 12.76 | 6.53 | 3.38 | - |
| YUV | 50.31 | 126.7 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 48 | 0 | 0.99 | 0.68 | 0.42 | 340.82 | 0.99 | 0.29 |
| Hex | 94 | 1 | 30 | 0 | 63 | 44 | 2A | 155 | 63 | 1D |
| Octal | 224 | 1 | 60 | 0 | 143 | 104 | 52 | 525 | 143 | 35 |
| Binary | 10010100 | 1 | 110000 | 0 | 1100011 | 1000100 | 101010 | 101010101 | 1100011 | 11101 |
Color Harmonies of #940130
Complementary color
Monochromatic Colors of #940130
Black with #940130
Text Example
Text Example
White with #940130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940130; }
p { color: rgb(148,1,48); }
H1.HeaderClassName
{
color: #940130;
}
.AnyTagClassName
{
color: #940130;
}
</style>
background-color css
<style>
a { background-color: #940130; }
a { background-color: rgb(148,1,48); }
div.DivClassName
{
background-color: #940130;
}
.BgClassName
{
background-color: #940130;
}
</style>
border-color css
<style>
span { border-color: #940130; }
span { border-color: rgb(148,1,48); }
td.TdClassName
{
border-color: #940130;
}
.TagClassName
{
border-color: #940130;
}
</style>