Shades of Burgundy #95003D
Tints of Burgundy #95003D
RGB
CMYK
RGB Variations
Color information
#95003D (or 0x95003D) is known color: Burgundy. HEX triplet: 95, 00 and 3D. RGB value is (149,0,61). Sum of RGB (Red+Green+Blue) = 149+0+61=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95003D is #6AFFC2. Grayscale: #333333. Windows color (decimal): -7012291 or 3997845. OLE color: 3997845.
HSL color Cylindrical-coordinate representation of color #95003D: hue angle of 335.44º 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 #95003D is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.59 | 0.42 |
| HSL | 335.44º | 1% | 0.29% | - |
| HSV(B) | 335.44º | 1% | 0.58% | - |
| XYZ | 13.24 | 6.73 | 5.02 | - |
| YUV | 51.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 61 | 0 | 1 | 0.59 | 0.42 | 335.44 | 1 | 0.29 |
| Hex | 95 | 0 | 3D | 0 | 64 | 3B | 2A | 14F | 64 | 1D |
| Octal | 225 | 0 | 75 | 0 | 144 | 73 | 52 | 517 | 144 | 35 |
| Binary | 10010101 | 0 | 111101 | 0 | 1100100 | 111011 | 101010 | 101001111 | 1100100 | 11101 |
Color Harmonies of #95003D
Complementary color
Monochromatic Colors of #95003D
Black with #95003D
Text Example
Text Example
White with #95003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95003D; }
p { color: rgb(149,0,61); }
H1.HeaderClassName
{
color: #95003D;
}
.AnyTagClassName
{
color: #95003D;
}
</style>
background-color css
<style>
a { background-color: #95003D; }
a { background-color: rgb(149,0,61); }
div.DivClassName
{
background-color: #95003D;
}
.BgClassName
{
background-color: #95003D;
}
</style>
border-color css
<style>
span { border-color: #95003D; }
span { border-color: rgb(149,0,61); }
td.TdClassName
{
border-color: #95003D;
}
.TagClassName
{
border-color: #95003D;
}
</style>