Shades of Burgundy #95013D
Tints of Burgundy #95013D
RGB
CMYK
RGB Variations
Color information
#95013D (or 0x95013D) is known color: Burgundy. HEX triplet: 95, 01 and 3D. RGB value is (149,1,61). Sum of RGB (Red+Green+Blue) = 149+1+61=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #95013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95013D is #6AFEC2. Grayscale: #343434. Windows color (decimal): -7012035 or 3998101. OLE color: 3998101.
HSL color Cylindrical-coordinate representation of color #95013D: hue angle of 335.68º 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 #95013D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.42 |
| HSL | 335.68º | 0.99% | 0.29% | - |
| HSV(B) | 335.68º | 0.99% | 0.58% | - |
| XYZ | 13.25 | 6.75 | 5.02 | - |
| YUV | 52.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 61 | 0 | 0.99 | 0.59 | 0.42 | 335.68 | 0.99 | 0.29 |
| Hex | 95 | 1 | 3D | 0 | 63 | 3B | 2A | 150 | 63 | 1D |
| Octal | 225 | 1 | 75 | 0 | 143 | 73 | 52 | 520 | 143 | 35 |
| Binary | 10010101 | 1 | 111101 | 0 | 1100011 | 111011 | 101010 | 101010000 | 1100011 | 11101 |
Color Harmonies of #95013D
Complementary color
Monochromatic Colors of #95013D
Black with #95013D
Text Example
Text Example
White with #95013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95013D; }
p { color: rgb(149,1,61); }
H1.HeaderClassName
{
color: #95013D;
}
.AnyTagClassName
{
color: #95013D;
}
</style>
background-color css
<style>
a { background-color: #95013D; }
a { background-color: rgb(149,1,61); }
div.DivClassName
{
background-color: #95013D;
}
.BgClassName
{
background-color: #95013D;
}
</style>
border-color css
<style>
span { border-color: #95013D; }
span { border-color: rgb(149,1,61); }
td.TdClassName
{
border-color: #95013D;
}
.TagClassName
{
border-color: #95013D;
}
</style>