Shades of Burgundy #90063F
Tints of Burgundy #90063F
RGB
CMYK
RGB Variations
Color information
#90063F (or 0x90063F) is known color: Burgundy. HEX triplet: 90, 06 and 3F. RGB value is (144,6,63). Sum of RGB (Red+Green+Blue) = 144+6+63=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #90063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90063F is #6FF9C0. Grayscale: #353535. Windows color (decimal): -7338433 or 4130448. OLE color: 4130448.
HSL color Cylindrical-coordinate representation of color #90063F: hue angle of 335.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90063F is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 63 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.44 |
| HSL | 335.22º | 0.92% | 0.29% | - |
| HSV(B) | 335.22º | 0.96% | 0.56% | - |
| XYZ | 12.46 | 6.42 | 5.28 | - |
| YUV | 53.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 63 | 0 | 0.96 | 0.56 | 0.44 | 335.22 | 0.92 | 0.29 |
| Hex | 90 | 6 | 3F | 0 | 60 | 38 | 2C | 14F | 5C | 1D |
| Octal | 220 | 6 | 77 | 0 | 140 | 70 | 54 | 517 | 134 | 35 |
| Binary | 10010000 | 110 | 111111 | 0 | 1100000 | 111000 | 101100 | 101001111 | 1011100 | 11101 |
Color Harmonies of #90063F
Complementary color
Monochromatic Colors of #90063F
Black with #90063F
Text Example
Text Example
White with #90063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90063F; }
p { color: rgb(144,6,63); }
H1.HeaderClassName
{
color: #90063F;
}
.AnyTagClassName
{
color: #90063F;
}
</style>
background-color css
<style>
a { background-color: #90063F; }
a { background-color: rgb(144,6,63); }
div.DivClassName
{
background-color: #90063F;
}
.BgClassName
{
background-color: #90063F;
}
</style>
border-color css
<style>
span { border-color: #90063F; }
span { border-color: rgb(144,6,63); }
td.TdClassName
{
border-color: #90063F;
}
.TagClassName
{
border-color: #90063F;
}
</style>