Shades of Burgundy #94022F
Tints of Burgundy #94022F
RGB
CMYK
RGB Variations
Color information
#94022F (or 0x94022F) is known color: Burgundy. HEX triplet: 94, 02 and 2F. RGB value is (148,2,47). Sum of RGB (Red+Green+Blue) = 148+2+47=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #94022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94022F is #6BFDD0. Grayscale: #323232. Windows color (decimal): -7077329 or 3080852. OLE color: 3080852.
HSL color Cylindrical-coordinate representation of color #94022F: hue angle of 341.51º 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 #94022F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.42 |
| HSL | 341.51º | 0.97% | 0.29% | - |
| HSV(B) | 341.51º | 0.99% | 0.58% | - |
| XYZ | 12.75 | 6.54 | 3.28 | - |
| YUV | 50.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 47 | 0 | 0.99 | 0.68 | 0.42 | 341.51 | 0.97 | 0.29 |
| Hex | 94 | 2 | 2F | 0 | 63 | 44 | 2A | 156 | 61 | 1D |
| Octal | 224 | 2 | 57 | 0 | 143 | 104 | 52 | 526 | 141 | 35 |
| Binary | 10010100 | 10 | 101111 | 0 | 1100011 | 1000100 | 101010 | 101010110 | 1100001 | 11101 |
Color Harmonies of #94022F
Complementary color
Monochromatic Colors of #94022F
Black with #94022F
Text Example
Text Example
White with #94022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94022F; }
p { color: rgb(148,2,47); }
H1.HeaderClassName
{
color: #94022F;
}
.AnyTagClassName
{
color: #94022F;
}
</style>
background-color css
<style>
a { background-color: #94022F; }
a { background-color: rgb(148,2,47); }
div.DivClassName
{
background-color: #94022F;
}
.BgClassName
{
background-color: #94022F;
}
</style>
border-color css
<style>
span { border-color: #94022F; }
span { border-color: rgb(148,2,47); }
td.TdClassName
{
border-color: #94022F;
}
.TagClassName
{
border-color: #94022F;
}
</style>