Shades of Burgundy #95003C
Tints of Burgundy #95003C
RGB
CMYK
RGB Variations
Color information
#95003C (or 0x95003C) is known color: Burgundy. HEX triplet: 95, 00 and 3C. RGB value is (149,0,60). Sum of RGB (Red+Green+Blue) = 149+0+60=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #95003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95003C is #6AFFC3. Grayscale: #333333. Windows color (decimal): -7012292 or 3932309. OLE color: 3932309.
HSL color Cylindrical-coordinate representation of color #95003C: hue angle of 335.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95003C is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.60 | 0.42 |
| HSL | 335.84º | 1% | 0.29% | - |
| HSV(B) | 335.84º | 1% | 0.58% | - |
| XYZ | 13.21 | 6.72 | 4.87 | - |
| YUV | 51.39 | 132.86 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 60 | 0 | 1 | 0.60 | 0.42 | 335.84 | 1 | 0.29 |
| Hex | 95 | 0 | 3C | 0 | 64 | 3C | 2A | 150 | 64 | 1D |
| Octal | 225 | 0 | 74 | 0 | 144 | 74 | 52 | 520 | 144 | 35 |
| Binary | 10010101 | 0 | 111100 | 0 | 1100100 | 111100 | 101010 | 101010000 | 1100100 | 11101 |
Color Harmonies of #95003C
Complementary color
Monochromatic Colors of #95003C
Black with #95003C
Text Example
Text Example
White with #95003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95003C; }
p { color: rgb(149,0,60); }
H1.HeaderClassName
{
color: #95003C;
}
.AnyTagClassName
{
color: #95003C;
}
</style>
background-color css
<style>
a { background-color: #95003C; }
a { background-color: rgb(149,0,60); }
div.DivClassName
{
background-color: #95003C;
}
.BgClassName
{
background-color: #95003C;
}
</style>
border-color css
<style>
span { border-color: #95003C; }
span { border-color: rgb(149,0,60); }
td.TdClassName
{
border-color: #95003C;
}
.TagClassName
{
border-color: #95003C;
}
</style>