Shades of Burgundy #900F37
Tints of Burgundy #900F37
RGB
CMYK
RGB Variations
Color information
#900F37 (or 0x900F37) is known color: Burgundy. HEX triplet: 90, 0F and 37. RGB value is (144,15,55). Sum of RGB (Red+Green+Blue) = 144+15+55=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #900F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F37 is #6FF0C8. Grayscale: #3A3A3A. Windows color (decimal): -7336137 or 3608464. OLE color: 3608464.
HSL color Cylindrical-coordinate representation of color #900F37: hue angle of 341.4º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F37 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 55 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.44 |
| HSL | 341.4º | 0.81% | 0.31% | - |
| HSV(B) | 341.4º | 0.9% | 0.56% | - |
| XYZ | 12.36 | 6.55 | 4.23 | - |
| YUV | 58.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 55 | 0 | 0.90 | 0.62 | 0.44 | 341.4 | 0.81 | 0.31 |
| Hex | 90 | F | 37 | 0 | 5A | 3E | 2C | 155 | 51 | 1F |
| Octal | 220 | 17 | 67 | 0 | 132 | 76 | 54 | 525 | 121 | 37 |
| Binary | 10010000 | 1111 | 110111 | 0 | 1011010 | 111110 | 101100 | 101010101 | 1010001 | 11111 |
Color Harmonies of #900F37
Complementary color
Monochromatic Colors of #900F37
Black with #900F37
Text Example
Text Example
White with #900F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F37; }
p { color: rgb(144,15,55); }
H1.HeaderClassName
{
color: #900F37;
}
.AnyTagClassName
{
color: #900F37;
}
</style>
background-color css
<style>
a { background-color: #900F37; }
a { background-color: rgb(144,15,55); }
div.DivClassName
{
background-color: #900F37;
}
.BgClassName
{
background-color: #900F37;
}
</style>
border-color css
<style>
span { border-color: #900F37; }
span { border-color: rgb(144,15,55); }
td.TdClassName
{
border-color: #900F37;
}
.TagClassName
{
border-color: #900F37;
}
</style>