Shades of Burgundy #900328
Tints of Burgundy #900328
RGB
CMYK
RGB Variations
Color information
#900328 (or 0x900328) is known color: Burgundy. HEX triplet: 90, 03 and 28. RGB value is (144,3,40). Sum of RGB (Red+Green+Blue) = 144+3+40=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #900328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900328 is #6FFCD7. Grayscale: #313131. Windows color (decimal): -7339224 or 2622352. OLE color: 2622352.
HSL color Cylindrical-coordinate representation of color #900328: hue angle of 344.26º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900328 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.44 |
| HSL | 344.26º | 0.96% | 0.29% | - |
| HSV(B) | 344.26º | 0.98% | 0.56% | - |
| XYZ | 11.92 | 6.15 | 2.57 | - |
| YUV | 49.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 40 | 0 | 0.98 | 0.72 | 0.44 | 344.26 | 0.96 | 0.29 |
| Hex | 90 | 3 | 28 | 0 | 62 | 48 | 2C | 158 | 60 | 1D |
| Octal | 220 | 3 | 50 | 0 | 142 | 110 | 54 | 530 | 140 | 35 |
| Binary | 10010000 | 11 | 101000 | 0 | 1100010 | 1001000 | 101100 | 101011000 | 1100000 | 11101 |
Color Harmonies of #900328
Complementary color
Monochromatic Colors of #900328
Black with #900328
Text Example
Text Example
White with #900328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900328; }
p { color: rgb(144,3,40); }
H1.HeaderClassName
{
color: #900328;
}
.AnyTagClassName
{
color: #900328;
}
</style>
background-color css
<style>
a { background-color: #900328; }
a { background-color: rgb(144,3,40); }
div.DivClassName
{
background-color: #900328;
}
.BgClassName
{
background-color: #900328;
}
</style>
border-color css
<style>
span { border-color: #900328; }
span { border-color: rgb(144,3,40); }
td.TdClassName
{
border-color: #900328;
}
.TagClassName
{
border-color: #900328;
}
</style>