Shades of Burgundy #95053A
Tints of Burgundy #95053A
RGB
CMYK
RGB Variations
Color information
#95053A (or 0x95053A) is known color: Burgundy. HEX triplet: 95, 05 and 3A. RGB value is (149,5,58). Sum of RGB (Red+Green+Blue) = 149+5+58=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95053A is #6AFAC5. Grayscale: #363636. Windows color (decimal): -7011014 or 3802517. OLE color: 3802517.
HSL color Cylindrical-coordinate representation of color #95053A: hue angle of 337.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95053A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 58 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.42 |
| HSL | 337.92º | 0.94% | 0.3% | - |
| HSV(B) | 337.92º | 0.97% | 0.58% | - |
| XYZ | 13.21 | 6.8 | 4.62 | - |
| YUV | 54.1 | 130.21 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 58 | 0 | 0.97 | 0.61 | 0.42 | 337.92 | 0.94 | 0.3 |
| Hex | 95 | 5 | 3A | 0 | 61 | 3D | 2A | 152 | 5E | 1E |
| Octal | 225 | 5 | 72 | 0 | 141 | 75 | 52 | 522 | 136 | 36 |
| Binary | 10010101 | 101 | 111010 | 0 | 1100001 | 111101 | 101010 | 101010010 | 1011110 | 11110 |
Color Harmonies of #95053A
Complementary color
Monochromatic Colors of #95053A
Black with #95053A
Text Example
Text Example
White with #95053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95053A; }
p { color: rgb(149,5,58); }
H1.HeaderClassName
{
color: #95053A;
}
.AnyTagClassName
{
color: #95053A;
}
</style>
background-color css
<style>
a { background-color: #95053A; }
a { background-color: rgb(149,5,58); }
div.DivClassName
{
background-color: #95053A;
}
.BgClassName
{
background-color: #95053A;
}
</style>
border-color css
<style>
span { border-color: #95053A; }
span { border-color: rgb(149,5,58); }
td.TdClassName
{
border-color: #95053A;
}
.TagClassName
{
border-color: #95053A;
}
</style>