Shades of Burgundy #94023D
Tints of Burgundy #94023D
RGB
CMYK
RGB Variations
Color information
#94023D (or 0x94023D) is known color: Burgundy. HEX triplet: 94, 02 and 3D. RGB value is (148,2,61). Sum of RGB (Red+Green+Blue) = 148+2+61=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #94023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94023D is #6BFDC2. Grayscale: #343434. Windows color (decimal): -7077315 or 3998356. OLE color: 3998356.
HSL color Cylindrical-coordinate representation of color #94023D: hue angle of 335.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94023D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.42 |
| HSL | 335.75º | 0.97% | 0.29% | - |
| HSV(B) | 335.75º | 0.99% | 0.58% | - |
| XYZ | 13.08 | 6.68 | 5.01 | - |
| YUV | 52.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 61 | 0 | 0.99 | 0.59 | 0.42 | 335.75 | 0.97 | 0.29 |
| Hex | 94 | 2 | 3D | 0 | 63 | 3B | 2A | 150 | 61 | 1D |
| Octal | 224 | 2 | 75 | 0 | 143 | 73 | 52 | 520 | 141 | 35 |
| Binary | 10010100 | 10 | 111101 | 0 | 1100011 | 111011 | 101010 | 101010000 | 1100001 | 11101 |
Color Harmonies of #94023D
Complementary color
Monochromatic Colors of #94023D
Black with #94023D
Text Example
Text Example
White with #94023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94023D; }
p { color: rgb(148,2,61); }
H1.HeaderClassName
{
color: #94023D;
}
.AnyTagClassName
{
color: #94023D;
}
</style>
background-color css
<style>
a { background-color: #94023D; }
a { background-color: rgb(148,2,61); }
div.DivClassName
{
background-color: #94023D;
}
.BgClassName
{
background-color: #94023D;
}
</style>
border-color css
<style>
span { border-color: #94023D; }
span { border-color: rgb(148,2,61); }
td.TdClassName
{
border-color: #94023D;
}
.TagClassName
{
border-color: #94023D;
}
</style>