Shades of Burgundy #900038
Tints of Burgundy #900038
RGB
CMYK
RGB Variations
Color information
#900038 (or 0x900038) is known color: Burgundy. HEX triplet: 90, 00 and 38. RGB value is (144,0,56). Sum of RGB (Red+Green+Blue) = 144+0+56=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #900038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900038 is #6FFFC7. Grayscale: #313131. Windows color (decimal): -7339976 or 3670160. OLE color: 3670160.
HSL color Cylindrical-coordinate representation of color #900038: hue angle of 336.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900038 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.61 | 0.44 |
| HSL | 336.67º | 1% | 0.28% | - |
| HSV(B) | 336.67º | 1% | 0.56% | - |
| XYZ | 12.22 | 6.21 | 4.3 | - |
| YUV | 49.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 56 | 0 | 1 | 0.61 | 0.44 | 336.67 | 1 | 0.28 |
| Hex | 90 | 0 | 38 | 0 | 64 | 3D | 2C | 151 | 64 | 1C |
| Octal | 220 | 0 | 70 | 0 | 144 | 75 | 54 | 521 | 144 | 34 |
| Binary | 10010000 | 0 | 111000 | 0 | 1100100 | 111101 | 101100 | 101010001 | 1100100 | 11100 |
Color Harmonies of #900038
Complementary color
Monochromatic Colors of #900038
Black with #900038
Text Example
Text Example
White with #900038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900038; }
p { color: rgb(144,0,56); }
H1.HeaderClassName
{
color: #900038;
}
.AnyTagClassName
{
color: #900038;
}
</style>
background-color css
<style>
a { background-color: #900038; }
a { background-color: rgb(144,0,56); }
div.DivClassName
{
background-color: #900038;
}
.BgClassName
{
background-color: #900038;
}
</style>
border-color css
<style>
span { border-color: #900038; }
span { border-color: rgb(144,0,56); }
td.TdClassName
{
border-color: #900038;
}
.TagClassName
{
border-color: #900038;
}
</style>