Shades of Burgundy #94063D
Tints of Burgundy #94063D
RGB
CMYK
RGB Variations
Color information
#94063D (or 0x94063D) is known color: Burgundy. HEX triplet: 94, 06 and 3D. RGB value is (148,6,61). Sum of RGB (Red+Green+Blue) = 148+6+61=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #94063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94063D is #6BF9C2. Grayscale: #363636. Windows color (decimal): -7076291 or 3999380. OLE color: 3999380.
HSL color Cylindrical-coordinate representation of color #94063D: hue angle of 336.76º 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 #94063D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.42 |
| HSL | 336.76º | 0.92% | 0.3% | - |
| HSV(B) | 336.76º | 0.96% | 0.58% | - |
| XYZ | 13.12 | 6.76 | 5.03 | - |
| YUV | 54.73 | 131.54 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 61 | 0 | 0.96 | 0.59 | 0.42 | 336.76 | 0.92 | 0.3 |
| Hex | 94 | 6 | 3D | 0 | 60 | 3B | 2A | 151 | 5C | 1E |
| Octal | 224 | 6 | 75 | 0 | 140 | 73 | 52 | 521 | 134 | 36 |
| Binary | 10010100 | 110 | 111101 | 0 | 1100000 | 111011 | 101010 | 101010001 | 1011100 | 11110 |
Color Harmonies of #94063D
Complementary color
Monochromatic Colors of #94063D
Black with #94063D
Text Example
Text Example
White with #94063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94063D; }
p { color: rgb(148,6,61); }
H1.HeaderClassName
{
color: #94063D;
}
.AnyTagClassName
{
color: #94063D;
}
</style>
background-color css
<style>
a { background-color: #94063D; }
a { background-color: rgb(148,6,61); }
div.DivClassName
{
background-color: #94063D;
}
.BgClassName
{
background-color: #94063D;
}
</style>
border-color css
<style>
span { border-color: #94063D; }
span { border-color: rgb(148,6,61); }
td.TdClassName
{
border-color: #94063D;
}
.TagClassName
{
border-color: #94063D;
}
</style>