Shades of Burgundy #95023D
Tints of Burgundy #95023D
RGB
CMYK
RGB Variations
Color information
#95023D (or 0x95023D) is known color: Burgundy. HEX triplet: 95, 02 and 3D. RGB value is (149,2,61). Sum of RGB (Red+Green+Blue) = 149+2+61=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95023D is #6AFDC2. Grayscale: #343434. Windows color (decimal): -7011779 or 3998357. OLE color: 3998357.
HSL color Cylindrical-coordinate representation of color #95023D: hue angle of 335.92º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95023D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.42 |
| HSL | 335.92º | 0.97% | 0.3% | - |
| HSV(B) | 335.92º | 0.99% | 0.58% | - |
| XYZ | 13.26 | 6.77 | 5.02 | - |
| YUV | 52.68 | 132.7 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 61 | 0 | 0.99 | 0.59 | 0.42 | 335.92 | 0.97 | 0.3 |
| Hex | 95 | 2 | 3D | 0 | 63 | 3B | 2A | 150 | 61 | 1E |
| Octal | 225 | 2 | 75 | 0 | 143 | 73 | 52 | 520 | 141 | 36 |
| Binary | 10010101 | 10 | 111101 | 0 | 1100011 | 111011 | 101010 | 101010000 | 1100001 | 11110 |
Color Harmonies of #95023D
Complementary color
Monochromatic Colors of #95023D
Black with #95023D
Text Example
Text Example
White with #95023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95023D; }
p { color: rgb(149,2,61); }
H1.HeaderClassName
{
color: #95023D;
}
.AnyTagClassName
{
color: #95023D;
}
</style>
background-color css
<style>
a { background-color: #95023D; }
a { background-color: rgb(149,2,61); }
div.DivClassName
{
background-color: #95023D;
}
.BgClassName
{
background-color: #95023D;
}
</style>
border-color css
<style>
span { border-color: #95023D; }
span { border-color: rgb(149,2,61); }
td.TdClassName
{
border-color: #95023D;
}
.TagClassName
{
border-color: #95023D;
}
</style>