Shades of Burgundy #900438
Tints of Burgundy #900438
RGB
CMYK
RGB Variations
Color information
#900438 (or 0x900438) is known color: Burgundy. HEX triplet: 90, 04 and 38. RGB value is (144,4,56). Sum of RGB (Red+Green+Blue) = 144+4+56=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #900438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900438 is #6FFBC7. Grayscale: #333333. Windows color (decimal): -7338952 or 3671184. OLE color: 3671184.
HSL color Cylindrical-coordinate representation of color #900438: hue angle of 337.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900438 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 56 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.44 |
| HSL | 337.71º | 0.95% | 0.29% | - |
| HSV(B) | 337.71º | 0.97% | 0.56% | - |
| XYZ | 12.26 | 6.3 | 4.31 | - |
| YUV | 51.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 56 | 0 | 0.97 | 0.61 | 0.44 | 337.71 | 0.95 | 0.29 |
| Hex | 90 | 4 | 38 | 0 | 61 | 3D | 2C | 152 | 5F | 1D |
| Octal | 220 | 4 | 70 | 0 | 141 | 75 | 54 | 522 | 137 | 35 |
| Binary | 10010000 | 100 | 111000 | 0 | 1100001 | 111101 | 101100 | 101010010 | 1011111 | 11101 |
Color Harmonies of #900438
Complementary color
Monochromatic Colors of #900438
Black with #900438
Text Example
Text Example
White with #900438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900438; }
p { color: rgb(144,4,56); }
H1.HeaderClassName
{
color: #900438;
}
.AnyTagClassName
{
color: #900438;
}
</style>
background-color css
<style>
a { background-color: #900438; }
a { background-color: rgb(144,4,56); }
div.DivClassName
{
background-color: #900438;
}
.BgClassName
{
background-color: #900438;
}
</style>
border-color css
<style>
span { border-color: #900438; }
span { border-color: rgb(144,4,56); }
td.TdClassName
{
border-color: #900438;
}
.TagClassName
{
border-color: #900438;
}
</style>