Shades of Burgundy #95063C
Tints of Burgundy #95063C
RGB
CMYK
RGB Variations
Color information
#95063C (or 0x95063C) is known color: Burgundy. HEX triplet: 95, 06 and 3C. RGB value is (149,6,60). Sum of RGB (Red+Green+Blue) = 149+6+60=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #95063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95063C is #6AF9C3. Grayscale: #363636. Windows color (decimal): -7010756 or 3933845. OLE color: 3933845.
HSL color Cylindrical-coordinate representation of color #95063C: hue angle of 337.34º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95063C is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 6 | 60 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.42 |
| HSL | 337.34º | 0.92% | 0.3% | - |
| HSV(B) | 337.34º | 0.96% | 0.58% | - |
| XYZ | 13.28 | 6.85 | 4.9 | - |
| YUV | 54.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 60 | 0 | 0.96 | 0.60 | 0.42 | 337.34 | 0.92 | 0.3 |
| Hex | 95 | 6 | 3C | 0 | 60 | 3C | 2A | 151 | 5C | 1E |
| Octal | 225 | 6 | 74 | 0 | 140 | 74 | 52 | 521 | 134 | 36 |
| Binary | 10010101 | 110 | 111100 | 0 | 1100000 | 111100 | 101010 | 101010001 | 1011100 | 11110 |
Color Harmonies of #95063C
Complementary color
Monochromatic Colors of #95063C
Black with #95063C
Text Example
Text Example
White with #95063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95063C; }
p { color: rgb(149,6,60); }
H1.HeaderClassName
{
color: #95063C;
}
.AnyTagClassName
{
color: #95063C;
}
</style>
background-color css
<style>
a { background-color: #95063C; }
a { background-color: rgb(149,6,60); }
div.DivClassName
{
background-color: #95063C;
}
.BgClassName
{
background-color: #95063C;
}
</style>
border-color css
<style>
span { border-color: #95063C; }
span { border-color: rgb(149,6,60); }
td.TdClassName
{
border-color: #95063C;
}
.TagClassName
{
border-color: #95063C;
}
</style>