Shades of Burgundy #90063D
Tints of Burgundy #90063D
RGB
CMYK
RGB Variations
Color information
#90063D (or 0x90063D) is known color: Burgundy. HEX triplet: 90, 06 and 3D. RGB value is (144,6,61). Sum of RGB (Red+Green+Blue) = 144+6+61=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #90063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90063D is #6FF9C2. Grayscale: #353535. Windows color (decimal): -7338435 or 3999376. OLE color: 3999376.
HSL color Cylindrical-coordinate representation of color #90063D: hue angle of 336.09º 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 #90063D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.44 |
| HSL | 336.09º | 0.92% | 0.29% | - |
| HSV(B) | 336.09º | 0.96% | 0.56% | - |
| XYZ | 12.41 | 6.4 | 5 | - |
| YUV | 53.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 61 | 0 | 0.96 | 0.58 | 0.44 | 336.09 | 0.92 | 0.29 |
| Hex | 90 | 6 | 3D | 0 | 60 | 3A | 2C | 150 | 5C | 1D |
| Octal | 220 | 6 | 75 | 0 | 140 | 72 | 54 | 520 | 134 | 35 |
| Binary | 10010000 | 110 | 111101 | 0 | 1100000 | 111010 | 101100 | 101010000 | 1011100 | 11101 |
Color Harmonies of #90063D
Complementary color
Monochromatic Colors of #90063D
Black with #90063D
Text Example
Text Example
White with #90063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90063D; }
p { color: rgb(144,6,61); }
H1.HeaderClassName
{
color: #90063D;
}
.AnyTagClassName
{
color: #90063D;
}
</style>
background-color css
<style>
a { background-color: #90063D; }
a { background-color: rgb(144,6,61); }
div.DivClassName
{
background-color: #90063D;
}
.BgClassName
{
background-color: #90063D;
}
</style>
border-color css
<style>
span { border-color: #90063D; }
span { border-color: rgb(144,6,61); }
td.TdClassName
{
border-color: #90063D;
}
.TagClassName
{
border-color: #90063D;
}
</style>