Shades of Burgundy #90043B
Tints of Burgundy #90043B
RGB
CMYK
RGB Variations
Color information
#90043B (or 0x90043B) is known color: Burgundy. HEX triplet: 90, 04 and 3B. RGB value is (144,4,59). Sum of RGB (Red+Green+Blue) = 144+4+59=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90043B is #6FFBC4. Grayscale: #343434. Windows color (decimal): -7338949 or 3867792. OLE color: 3867792.
HSL color Cylindrical-coordinate representation of color #90043B: hue angle of 336.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90043B is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 59 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.44 |
| HSL | 336.43º | 0.95% | 0.29% | - |
| HSV(B) | 336.43º | 0.97% | 0.56% | - |
| XYZ | 12.33 | 6.33 | 4.71 | - |
| YUV | 52.13 | 131.88 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 59 | 0 | 0.97 | 0.59 | 0.44 | 336.43 | 0.95 | 0.29 |
| Hex | 90 | 4 | 3B | 0 | 61 | 3B | 2C | 150 | 5F | 1D |
| Octal | 220 | 4 | 73 | 0 | 141 | 73 | 54 | 520 | 137 | 35 |
| Binary | 10010000 | 100 | 111011 | 0 | 1100001 | 111011 | 101100 | 101010000 | 1011111 | 11101 |
Color Harmonies of #90043B
Complementary color
Monochromatic Colors of #90043B
Black with #90043B
Text Example
Text Example
White with #90043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90043B; }
p { color: rgb(144,4,59); }
H1.HeaderClassName
{
color: #90043B;
}
.AnyTagClassName
{
color: #90043B;
}
</style>
background-color css
<style>
a { background-color: #90043B; }
a { background-color: rgb(144,4,59); }
div.DivClassName
{
background-color: #90043B;
}
.BgClassName
{
background-color: #90043B;
}
</style>
border-color css
<style>
span { border-color: #90043B; }
span { border-color: rgb(144,4,59); }
td.TdClassName
{
border-color: #90043B;
}
.TagClassName
{
border-color: #90043B;
}
</style>