Shades of Bordeaux #550412
Tints of Bordeaux #550412
RGB
CMYK
RGB Variations
Color information
#550412 (or 0x550412) is known color: Bordeaux. HEX triplet: 55, 04 and 12. RGB value is (85,4,18). Sum of RGB (Red+Green+Blue) = 85+4+18=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550412 is #AAFBED. Grayscale: #1D1D1D. Windows color (decimal): -11205614 or 1180757. OLE color: 1180757.
HSL color Cylindrical-coordinate representation of color #550412: hue angle of 349.63º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550412 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 18 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.67 |
| HSL | 349.63º | 0.91% | 0.17% | - |
| HSV(B) | 349.63º | 0.95% | 0.33% | - |
| XYZ | 3.9 | 2.06 | 0.76 | - |
| YUV | 29.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 18 | 0 | 0.95 | 0.79 | 0.67 | 349.63 | 0.91 | 0.17 |
| Hex | 55 | 4 | 12 | 0 | 5F | 4F | 43 | 15E | 5B | 11 |
| Octal | 125 | 4 | 22 | 0 | 137 | 117 | 103 | 536 | 133 | 21 |
| Binary | 1010101 | 100 | 10010 | 0 | 1011111 | 1001111 | 1000011 | 101011110 | 1011011 | 10001 |
Color Harmonies of #550412
Complementary color
Monochromatic Colors of #550412
Black with #550412
Text Example
Text Example
White with #550412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550412; }
p { color: rgb(85,4,18); }
H1.HeaderClassName
{
color: #550412;
}
.AnyTagClassName
{
color: #550412;
}
</style>
background-color css
<style>
a { background-color: #550412; }
a { background-color: rgb(85,4,18); }
div.DivClassName
{
background-color: #550412;
}
.BgClassName
{
background-color: #550412;
}
</style>
border-color css
<style>
span { border-color: #550412; }
span { border-color: rgb(85,4,18); }
td.TdClassName
{
border-color: #550412;
}
.TagClassName
{
border-color: #550412;
}
</style>