Shades of Burgundy #93023D
Tints of Burgundy #93023D
RGB
CMYK
RGB Variations
Color information
#93023D (or 0x93023D) is known color: Burgundy. HEX triplet: 93, 02 and 3D. RGB value is (147,2,61). Sum of RGB (Red+Green+Blue) = 147+2+61=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93023D is #6CFDC2. Grayscale: #333333. Windows color (decimal): -7142851 or 3998355. OLE color: 3998355.
HSL color Cylindrical-coordinate representation of color #93023D: hue angle of 335.59º 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 #93023D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.42 |
| HSL | 335.59º | 0.97% | 0.29% | - |
| HSV(B) | 335.59º | 0.99% | 0.58% | - |
| XYZ | 12.9 | 6.58 | 5.01 | - |
| YUV | 52.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 61 | 0 | 0.99 | 0.59 | 0.42 | 335.59 | 0.97 | 0.29 |
| Hex | 93 | 2 | 3D | 0 | 63 | 3B | 2A | 150 | 61 | 1D |
| Octal | 223 | 2 | 75 | 0 | 143 | 73 | 52 | 520 | 141 | 35 |
| Binary | 10010011 | 10 | 111101 | 0 | 1100011 | 111011 | 101010 | 101010000 | 1100001 | 11101 |
Color Harmonies of #93023D
Complementary color
Monochromatic Colors of #93023D
Black with #93023D
Text Example
Text Example
White with #93023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93023D; }
p { color: rgb(147,2,61); }
H1.HeaderClassName
{
color: #93023D;
}
.AnyTagClassName
{
color: #93023D;
}
</style>
background-color css
<style>
a { background-color: #93023D; }
a { background-color: rgb(147,2,61); }
div.DivClassName
{
background-color: #93023D;
}
.BgClassName
{
background-color: #93023D;
}
</style>
border-color css
<style>
span { border-color: #93023D; }
span { border-color: rgb(147,2,61); }
td.TdClassName
{
border-color: #93023D;
}
.TagClassName
{
border-color: #93023D;
}
</style>