Shades of Burgundy #95073C
Tints of Burgundy #95073C
RGB
CMYK
RGB Variations
Color information
#95073C (or 0x95073C) is known color: Burgundy. HEX triplet: 95, 07 and 3C. RGB value is (149,7,60). Sum of RGB (Red+Green+Blue) = 149+7+60=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #95073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95073C is #6AF8C3. Grayscale: #373737. Windows color (decimal): -7010500 or 3934101. OLE color: 3934101.
HSL color Cylindrical-coordinate representation of color #95073C: hue angle of 337.61º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95073C is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 60 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.42 |
| HSL | 337.61º | 0.91% | 0.31% | - |
| HSV(B) | 337.61º | 0.95% | 0.58% | - |
| XYZ | 13.29 | 6.87 | 4.9 | - |
| YUV | 55.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 60 | 0 | 0.95 | 0.60 | 0.42 | 337.61 | 0.91 | 0.31 |
| Hex | 95 | 7 | 3C | 0 | 5F | 3C | 2A | 152 | 5B | 1F |
| Octal | 225 | 7 | 74 | 0 | 137 | 74 | 52 | 522 | 133 | 37 |
| Binary | 10010101 | 111 | 111100 | 0 | 1011111 | 111100 | 101010 | 101010010 | 1011011 | 11111 |
Color Harmonies of #95073C
Complementary color
Monochromatic Colors of #95073C
Black with #95073C
Text Example
Text Example
White with #95073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95073C; }
p { color: rgb(149,7,60); }
H1.HeaderClassName
{
color: #95073C;
}
.AnyTagClassName
{
color: #95073C;
}
</style>
background-color css
<style>
a { background-color: #95073C; }
a { background-color: rgb(149,7,60); }
div.DivClassName
{
background-color: #95073C;
}
.BgClassName
{
background-color: #95073C;
}
</style>
border-color css
<style>
span { border-color: #95073C; }
span { border-color: rgb(149,7,60); }
td.TdClassName
{
border-color: #95073C;
}
.TagClassName
{
border-color: #95073C;
}
</style>