Shades of Burgundy #900F2F
Tints of Burgundy #900F2F
RGB
CMYK
RGB Variations
Color information
#900F2F (or 0x900F2F) is known color: Burgundy. HEX triplet: 90, 0F and 2F. RGB value is (144,15,47). Sum of RGB (Red+Green+Blue) = 144+15+47=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #900F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F2F is #6FF0D0. Grayscale: #393939. Windows color (decimal): -7336145 or 3084176. OLE color: 3084176.
HSL color Cylindrical-coordinate representation of color #900F2F: hue angle of 345.12º 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 #900F2F is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 47 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.44 |
| HSL | 345.12º | 0.81% | 0.31% | - |
| HSV(B) | 345.12º | 0.9% | 0.56% | - |
| XYZ | 12.19 | 6.48 | 3.3 | - |
| YUV | 57.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 47 | 0 | 0.90 | 0.67 | 0.44 | 345.12 | 0.81 | 0.31 |
| Hex | 90 | F | 2F | 0 | 5A | 43 | 2C | 159 | 51 | 1F |
| Octal | 220 | 17 | 57 | 0 | 132 | 103 | 54 | 531 | 121 | 37 |
| Binary | 10010000 | 1111 | 101111 | 0 | 1011010 | 1000011 | 101100 | 101011001 | 1010001 | 11111 |
Color Harmonies of #900F2F
Complementary color
Monochromatic Colors of #900F2F
Black with #900F2F
Text Example
Text Example
White with #900F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F2F; }
p { color: rgb(144,15,47); }
H1.HeaderClassName
{
color: #900F2F;
}
.AnyTagClassName
{
color: #900F2F;
}
</style>
background-color css
<style>
a { background-color: #900F2F; }
a { background-color: rgb(144,15,47); }
div.DivClassName
{
background-color: #900F2F;
}
.BgClassName
{
background-color: #900F2F;
}
</style>
border-color css
<style>
span { border-color: #900F2F; }
span { border-color: rgb(144,15,47); }
td.TdClassName
{
border-color: #900F2F;
}
.TagClassName
{
border-color: #900F2F;
}
</style>