Shades of Burgundy #90012A
Tints of Burgundy #90012A
RGB
CMYK
RGB Variations
Color information
#90012A (or 0x90012A) is known color: Burgundy. HEX triplet: 90, 01 and 2A. RGB value is (144,1,42). Sum of RGB (Red+Green+Blue) = 144+1+42=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #90012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90012A is #6FFED5. Grayscale: #303030. Windows color (decimal): -7339734 or 2752912. OLE color: 2752912.
HSL color Cylindrical-coordinate representation of color #90012A: hue angle of 342.8º 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 #90012A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.44 |
| HSL | 342.8º | 0.99% | 0.28% | - |
| HSV(B) | 342.8º | 0.99% | 0.56% | - |
| XYZ | 11.93 | 6.12 | 2.74 | - |
| YUV | 48.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 42 | 0 | 0.99 | 0.71 | 0.44 | 342.8 | 0.99 | 0.28 |
| Hex | 90 | 1 | 2A | 0 | 63 | 47 | 2C | 157 | 63 | 1C |
| Octal | 220 | 1 | 52 | 0 | 143 | 107 | 54 | 527 | 143 | 34 |
| Binary | 10010000 | 1 | 101010 | 0 | 1100011 | 1000111 | 101100 | 101010111 | 1100011 | 11100 |
Color Harmonies of #90012A
Complementary color
Monochromatic Colors of #90012A
Black with #90012A
Text Example
Text Example
White with #90012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90012A; }
p { color: rgb(144,1,42); }
H1.HeaderClassName
{
color: #90012A;
}
.AnyTagClassName
{
color: #90012A;
}
</style>
background-color css
<style>
a { background-color: #90012A; }
a { background-color: rgb(144,1,42); }
div.DivClassName
{
background-color: #90012A;
}
.BgClassName
{
background-color: #90012A;
}
</style>
border-color css
<style>
span { border-color: #90012A; }
span { border-color: rgb(144,1,42); }
td.TdClassName
{
border-color: #90012A;
}
.TagClassName
{
border-color: #90012A;
}
</style>