Shades of Burgundy #90072A
Tints of Burgundy #90072A
RGB
CMYK
RGB Variations
Color information
#90072A (or 0x90072A) is known color: Burgundy. HEX triplet: 90, 07 and 2A. RGB value is (144,7,42). Sum of RGB (Red+Green+Blue) = 144+7+42=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #90072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90072A is #6FF8D5. Grayscale: #333333. Windows color (decimal): -7338198 or 2754448. OLE color: 2754448.
HSL color Cylindrical-coordinate representation of color #90072A: hue angle of 344.67º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90072A is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 42 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.44 |
| HSL | 344.67º | 0.91% | 0.3% | - |
| HSV(B) | 344.67º | 0.95% | 0.56% | - |
| XYZ | 12 | 6.25 | 2.76 | - |
| YUV | 51.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 42 | 0 | 0.95 | 0.71 | 0.44 | 344.67 | 0.91 | 0.3 |
| Hex | 90 | 7 | 2A | 0 | 5F | 47 | 2C | 159 | 5B | 1E |
| Octal | 220 | 7 | 52 | 0 | 137 | 107 | 54 | 531 | 133 | 36 |
| Binary | 10010000 | 111 | 101010 | 0 | 1011111 | 1000111 | 101100 | 101011001 | 1011011 | 11110 |
Color Harmonies of #90072A
Complementary color
Monochromatic Colors of #90072A
Black with #90072A
Text Example
Text Example
White with #90072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90072A; }
p { color: rgb(144,7,42); }
H1.HeaderClassName
{
color: #90072A;
}
.AnyTagClassName
{
color: #90072A;
}
</style>
background-color css
<style>
a { background-color: #90072A; }
a { background-color: rgb(144,7,42); }
div.DivClassName
{
background-color: #90072A;
}
.BgClassName
{
background-color: #90072A;
}
</style>
border-color css
<style>
span { border-color: #90072A; }
span { border-color: rgb(144,7,42); }
td.TdClassName
{
border-color: #90072A;
}
.TagClassName
{
border-color: #90072A;
}
</style>