Shades of Burgundy #90023D
Tints of Burgundy #90023D
RGB
CMYK
RGB Variations
Color information
#90023D (or 0x90023D) is known color: Burgundy. HEX triplet: 90, 02 and 3D. RGB value is (144,2,61). Sum of RGB (Red+Green+Blue) = 144+2+61=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90023D is #6FFDC2. Grayscale: #333333. Windows color (decimal): -7339459 or 3998352. OLE color: 3998352.
HSL color Cylindrical-coordinate representation of color #90023D: hue angle of 335.07º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90023D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.44 |
| HSL | 335.07º | 0.97% | 0.29% | - |
| HSV(B) | 335.07º | 0.99% | 0.56% | - |
| XYZ | 12.37 | 6.31 | 4.98 | - |
| YUV | 51.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 61 | 0 | 0.99 | 0.58 | 0.44 | 335.07 | 0.97 | 0.29 |
| Hex | 90 | 2 | 3D | 0 | 63 | 3A | 2C | 14F | 61 | 1D |
| Octal | 220 | 2 | 75 | 0 | 143 | 72 | 54 | 517 | 141 | 35 |
| Binary | 10010000 | 10 | 111101 | 0 | 1100011 | 111010 | 101100 | 101001111 | 1100001 | 11101 |
Color Harmonies of #90023D
Complementary color
Monochromatic Colors of #90023D
Black with #90023D
Text Example
Text Example
White with #90023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90023D; }
p { color: rgb(144,2,61); }
H1.HeaderClassName
{
color: #90023D;
}
.AnyTagClassName
{
color: #90023D;
}
</style>
background-color css
<style>
a { background-color: #90023D; }
a { background-color: rgb(144,2,61); }
div.DivClassName
{
background-color: #90023D;
}
.BgClassName
{
background-color: #90023D;
}
</style>
border-color css
<style>
span { border-color: #90023D; }
span { border-color: rgb(144,2,61); }
td.TdClassName
{
border-color: #90023D;
}
.TagClassName
{
border-color: #90023D;
}
</style>