Shades of Burgundy #900135
Tints of Burgundy #900135
RGB
CMYK
RGB Variations
Color information
#900135 (or 0x900135) is known color: Burgundy. HEX triplet: 90, 01 and 35. RGB value is (144,1,53). Sum of RGB (Red+Green+Blue) = 144+1+53=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #900135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900135 is #6FFECA. Grayscale: #313131. Windows color (decimal): -7339723 or 3473808. OLE color: 3473808.
HSL color Cylindrical-coordinate representation of color #900135: hue angle of 338.18º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900135 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.44 |
| HSL | 338.18º | 0.99% | 0.28% | - |
| HSV(B) | 338.18º | 0.99% | 0.56% | - |
| XYZ | 12.16 | 6.21 | 3.93 | - |
| YUV | 49.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 53 | 0 | 0.99 | 0.63 | 0.44 | 338.18 | 0.99 | 0.28 |
| Hex | 90 | 1 | 35 | 0 | 63 | 3F | 2C | 152 | 63 | 1C |
| Octal | 220 | 1 | 65 | 0 | 143 | 77 | 54 | 522 | 143 | 34 |
| Binary | 10010000 | 1 | 110101 | 0 | 1100011 | 111111 | 101100 | 101010010 | 1100011 | 11100 |
Color Harmonies of #900135
Complementary color
Monochromatic Colors of #900135
Black with #900135
Text Example
Text Example
White with #900135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900135; }
p { color: rgb(144,1,53); }
H1.HeaderClassName
{
color: #900135;
}
.AnyTagClassName
{
color: #900135;
}
</style>
background-color css
<style>
a { background-color: #900135; }
a { background-color: rgb(144,1,53); }
div.DivClassName
{
background-color: #900135;
}
.BgClassName
{
background-color: #900135;
}
</style>
border-color css
<style>
span { border-color: #900135; }
span { border-color: rgb(144,1,53); }
td.TdClassName
{
border-color: #900135;
}
.TagClassName
{
border-color: #900135;
}
</style>