Shades of Bordeaux #55040B
Tints of Bordeaux #55040B
RGB
CMYK
RGB Variations
Color information
#55040B (or 0x55040B) is known color: Bordeaux. HEX triplet: 55, 04 and 0B. RGB value is (85,4,11). Sum of RGB (Red+Green+Blue) = 85+4+11=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #55040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55040B is #AAFBF4. Grayscale: #1D1D1D. Windows color (decimal): -11205621 or 722005. OLE color: 722005.
HSL color Cylindrical-coordinate representation of color #55040B: hue angle of 354.81º 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 #55040B is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 11 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.67 |
| HSL | 354.81º | 0.91% | 0.17% | - |
| HSV(B) | 354.81º | 0.95% | 0.33% | - |
| XYZ | 3.85 | 2.04 | 0.51 | - |
| YUV | 29.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 11 | 0 | 0.95 | 0.87 | 0.67 | 354.81 | 0.91 | 0.17 |
| Hex | 55 | 4 | B | 0 | 5F | 57 | 43 | 163 | 5B | 11 |
| Octal | 125 | 4 | 13 | 0 | 137 | 127 | 103 | 543 | 133 | 21 |
| Binary | 1010101 | 100 | 1011 | 0 | 1011111 | 1010111 | 1000011 | 101100011 | 1011011 | 10001 |
Color Harmonies of #55040B
Complementary color
Monochromatic Colors of #55040B
Black with #55040B
Text Example
Text Example
White with #55040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55040B; }
p { color: rgb(85,4,11); }
H1.HeaderClassName
{
color: #55040B;
}
.AnyTagClassName
{
color: #55040B;
}
</style>
background-color css
<style>
a { background-color: #55040B; }
a { background-color: rgb(85,4,11); }
div.DivClassName
{
background-color: #55040B;
}
.BgClassName
{
background-color: #55040B;
}
</style>
border-color css
<style>
span { border-color: #55040B; }
span { border-color: rgb(85,4,11); }
td.TdClassName
{
border-color: #55040B;
}
.TagClassName
{
border-color: #55040B;
}
</style>