Shades of Burgundy #96023D
Tints of Burgundy #96023D
RGB
CMYK
RGB Variations
Color information
#96023D (or 0x96023D) is known color: Burgundy. HEX triplet: 96, 02 and 3D. RGB value is (150,2,61). Sum of RGB (Red+Green+Blue) = 150+2+61=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96023D is #69FDC2. Grayscale: #343434. Windows color (decimal): -6946243 or 3998358. OLE color: 3998358.
HSL color Cylindrical-coordinate representation of color #96023D: hue angle of 336.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96023D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.41 |
| HSL | 336.08º | 0.97% | 0.3% | - |
| HSV(B) | 336.08º | 0.99% | 0.59% | - |
| XYZ | 13.44 | 6.86 | 5.03 | - |
| YUV | 52.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 61 | 0 | 0.99 | 0.59 | 0.41 | 336.08 | 0.97 | 0.3 |
| Hex | 96 | 2 | 3D | 0 | 63 | 3B | 29 | 150 | 61 | 1E |
| Octal | 226 | 2 | 75 | 0 | 143 | 73 | 51 | 520 | 141 | 36 |
| Binary | 10010110 | 10 | 111101 | 0 | 1100011 | 111011 | 101001 | 101010000 | 1100001 | 11110 |
Color Harmonies of #96023D
Complementary color
Monochromatic Colors of #96023D
Black with #96023D
Text Example
Text Example
White with #96023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96023D; }
p { color: rgb(150,2,61); }
H1.HeaderClassName
{
color: #96023D;
}
.AnyTagClassName
{
color: #96023D;
}
</style>
background-color css
<style>
a { background-color: #96023D; }
a { background-color: rgb(150,2,61); }
div.DivClassName
{
background-color: #96023D;
}
.BgClassName
{
background-color: #96023D;
}
</style>
border-color css
<style>
span { border-color: #96023D; }
span { border-color: rgb(150,2,61); }
td.TdClassName
{
border-color: #96023D;
}
.TagClassName
{
border-color: #96023D;
}
</style>