Shades of Burgundy #900627
Tints of Burgundy #900627
RGB
CMYK
RGB Variations
Color information
#900627 (or 0x900627) is known color: Burgundy. HEX triplet: 90, 06 and 27. RGB value is (144,6,39). Sum of RGB (Red+Green+Blue) = 144+6+39=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #900627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900627 is #6FF9D8. Grayscale: #333333. Windows color (decimal): -7338457 or 2557584. OLE color: 2557584.
HSL color Cylindrical-coordinate representation of color #900627: hue angle of 345.65º 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 #900627 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 39 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.44 |
| HSL | 345.65º | 0.92% | 0.29% | - |
| HSV(B) | 345.65º | 0.96% | 0.56% | - |
| XYZ | 11.93 | 6.21 | 2.49 | - |
| YUV | 51.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 39 | 0 | 0.96 | 0.73 | 0.44 | 345.65 | 0.92 | 0.29 |
| Hex | 90 | 6 | 27 | 0 | 60 | 49 | 2C | 15A | 5C | 1D |
| Octal | 220 | 6 | 47 | 0 | 140 | 111 | 54 | 532 | 134 | 35 |
| Binary | 10010000 | 110 | 100111 | 0 | 1100000 | 1001001 | 101100 | 101011010 | 1011100 | 11101 |
Color Harmonies of #900627
Complementary color
Monochromatic Colors of #900627
Black with #900627
Text Example
Text Example
White with #900627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900627; }
p { color: rgb(144,6,39); }
H1.HeaderClassName
{
color: #900627;
}
.AnyTagClassName
{
color: #900627;
}
</style>
background-color css
<style>
a { background-color: #900627; }
a { background-color: rgb(144,6,39); }
div.DivClassName
{
background-color: #900627;
}
.BgClassName
{
background-color: #900627;
}
</style>
border-color css
<style>
span { border-color: #900627; }
span { border-color: rgb(144,6,39); }
td.TdClassName
{
border-color: #900627;
}
.TagClassName
{
border-color: #900627;
}
</style>