Shades of Burgundy #950130
Tints of Burgundy #950130
RGB
CMYK
RGB Variations
Color information
#950130 (or 0x950130) is known color: Burgundy. HEX triplet: 95, 01 and 30. RGB value is (149,1,48). Sum of RGB (Red+Green+Blue) = 149+1+48=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #950130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950130 is #6AFECF. Grayscale: #323232. Windows color (decimal): -7012048 or 3146133. OLE color: 3146133.
HSL color Cylindrical-coordinate representation of color #950130: hue angle of 340.95º 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 #950130 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.42 |
| HSL | 340.95º | 0.99% | 0.29% | - |
| HSV(B) | 340.95º | 0.99% | 0.58% | - |
| XYZ | 12.94 | 6.62 | 3.39 | - |
| YUV | 50.61 | 126.53 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 48 | 0 | 0.99 | 0.68 | 0.42 | 340.95 | 0.99 | 0.29 |
| Hex | 95 | 1 | 30 | 0 | 63 | 44 | 2A | 155 | 63 | 1D |
| Octal | 225 | 1 | 60 | 0 | 143 | 104 | 52 | 525 | 143 | 35 |
| Binary | 10010101 | 1 | 110000 | 0 | 1100011 | 1000100 | 101010 | 101010101 | 1100011 | 11101 |
Color Harmonies of #950130
Complementary color
Monochromatic Colors of #950130
Black with #950130
Text Example
Text Example
White with #950130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950130; }
p { color: rgb(149,1,48); }
H1.HeaderClassName
{
color: #950130;
}
.AnyTagClassName
{
color: #950130;
}
</style>
background-color css
<style>
a { background-color: #950130; }
a { background-color: rgb(149,1,48); }
div.DivClassName
{
background-color: #950130;
}
.BgClassName
{
background-color: #950130;
}
</style>
border-color css
<style>
span { border-color: #950130; }
span { border-color: rgb(149,1,48); }
td.TdClassName
{
border-color: #950130;
}
.TagClassName
{
border-color: #950130;
}
</style>