Shades of Burgundy #94073C
Tints of Burgundy #94073C
RGB
CMYK
RGB Variations
Color information
#94073C (or 0x94073C) is known color: Burgundy. HEX triplet: 94, 07 and 3C. RGB value is (148,7,60). Sum of RGB (Red+Green+Blue) = 148+7+60=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #94073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94073C is #6BF8C3. Grayscale: #373737. Windows color (decimal): -7076036 or 3934100. OLE color: 3934100.
HSL color Cylindrical-coordinate representation of color #94073C: hue angle of 337.45º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94073C is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 60 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.42 |
| HSL | 337.45º | 0.91% | 0.3% | - |
| HSV(B) | 337.45º | 0.95% | 0.58% | - |
| XYZ | 13.1 | 6.77 | 4.89 | - |
| YUV | 55.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 60 | 0 | 0.95 | 0.59 | 0.42 | 337.45 | 0.91 | 0.3 |
| Hex | 94 | 7 | 3C | 0 | 5F | 3B | 2A | 151 | 5B | 1E |
| Octal | 224 | 7 | 74 | 0 | 137 | 73 | 52 | 521 | 133 | 36 |
| Binary | 10010100 | 111 | 111100 | 0 | 1011111 | 111011 | 101010 | 101010001 | 1011011 | 11110 |
Color Harmonies of #94073C
Complementary color
Monochromatic Colors of #94073C
Black with #94073C
Text Example
Text Example
White with #94073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94073C; }
p { color: rgb(148,7,60); }
H1.HeaderClassName
{
color: #94073C;
}
.AnyTagClassName
{
color: #94073C;
}
</style>
background-color css
<style>
a { background-color: #94073C; }
a { background-color: rgb(148,7,60); }
div.DivClassName
{
background-color: #94073C;
}
.BgClassName
{
background-color: #94073C;
}
</style>
border-color css
<style>
span { border-color: #94073C; }
span { border-color: rgb(148,7,60); }
td.TdClassName
{
border-color: #94073C;
}
.TagClassName
{
border-color: #94073C;
}
</style>