Shades of Burgundy #90072D
Tints of Burgundy #90072D
RGB
CMYK
RGB Variations
Color information
#90072D (or 0x90072D) is known color: Burgundy. HEX triplet: 90, 07 and 2D. RGB value is (144,7,45). Sum of RGB (Red+Green+Blue) = 144+7+45=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #90072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90072D is #6FF8D2. Grayscale: #343434. Windows color (decimal): -7338195 or 2951056. OLE color: 2951056.
HSL color Cylindrical-coordinate representation of color #90072D: hue angle of 343.36º 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 #90072D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 45 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.44 |
| HSL | 343.36º | 0.91% | 0.3% | - |
| HSV(B) | 343.36º | 0.95% | 0.56% | - |
| XYZ | 12.05 | 6.27 | 3.06 | - |
| YUV | 52.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 45 | 0 | 0.95 | 0.69 | 0.44 | 343.36 | 0.91 | 0.3 |
| Hex | 90 | 7 | 2D | 0 | 5F | 45 | 2C | 157 | 5B | 1E |
| Octal | 220 | 7 | 55 | 0 | 137 | 105 | 54 | 527 | 133 | 36 |
| Binary | 10010000 | 111 | 101101 | 0 | 1011111 | 1000101 | 101100 | 101010111 | 1011011 | 11110 |
Color Harmonies of #90072D
Complementary color
Monochromatic Colors of #90072D
Black with #90072D
Text Example
Text Example
White with #90072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90072D; }
p { color: rgb(144,7,45); }
H1.HeaderClassName
{
color: #90072D;
}
.AnyTagClassName
{
color: #90072D;
}
</style>
background-color css
<style>
a { background-color: #90072D; }
a { background-color: rgb(144,7,45); }
div.DivClassName
{
background-color: #90072D;
}
.BgClassName
{
background-color: #90072D;
}
</style>
border-color css
<style>
span { border-color: #90072D; }
span { border-color: rgb(144,7,45); }
td.TdClassName
{
border-color: #90072D;
}
.TagClassName
{
border-color: #90072D;
}
</style>