Shades of Burgundy #90003B
Tints of Burgundy #90003B
RGB
CMYK
RGB Variations
Color information
#90003B (or 0x90003B) is known color: Burgundy. HEX triplet: 90, 00 and 3B. RGB value is (144,0,59). Sum of RGB (Red+Green+Blue) = 144+0+59=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #90003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90003B is #6FFFC4. Grayscale: #313131. Windows color (decimal): -7339973 or 3866768. OLE color: 3866768.
HSL color Cylindrical-coordinate representation of color #90003B: hue angle of 335.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90003B is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.59 | 0.44 |
| HSL | 335.42º | 1% | 0.28% | - |
| HSV(B) | 335.42º | 1% | 0.56% | - |
| XYZ | 12.29 | 6.25 | 4.7 | - |
| YUV | 49.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 59 | 0 | 1 | 0.59 | 0.44 | 335.42 | 1 | 0.28 |
| Hex | 90 | 0 | 3B | 0 | 64 | 3B | 2C | 14F | 64 | 1C |
| Octal | 220 | 0 | 73 | 0 | 144 | 73 | 54 | 517 | 144 | 34 |
| Binary | 10010000 | 0 | 111011 | 0 | 1100100 | 111011 | 101100 | 101001111 | 1100100 | 11100 |
Color Harmonies of #90003B
Complementary color
Monochromatic Colors of #90003B
Black with #90003B
Text Example
Text Example
White with #90003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90003B; }
p { color: rgb(144,0,59); }
H1.HeaderClassName
{
color: #90003B;
}
.AnyTagClassName
{
color: #90003B;
}
</style>
background-color css
<style>
a { background-color: #90003B; }
a { background-color: rgb(144,0,59); }
div.DivClassName
{
background-color: #90003B;
}
.BgClassName
{
background-color: #90003B;
}
</style>
border-color css
<style>
span { border-color: #90003B; }
span { border-color: rgb(144,0,59); }
td.TdClassName
{
border-color: #90003B;
}
.TagClassName
{
border-color: #90003B;
}
</style>