Shades of Bordeaux #55000F
Tints of Bordeaux #55000F
RGB
CMYK
RGB Variations
Color information
#55000F (or 0x55000F) is known color: Bordeaux. HEX triplet: 55, 00 and 0F. RGB value is (85,0,15). Sum of RGB (Red+Green+Blue) = 85+0+15=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #55000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55000F is #AAFFF0. Grayscale: #1B1B1B. Windows color (decimal): -11206641 or 983125. OLE color: 983125.
HSL color Cylindrical-coordinate representation of color #55000F: hue angle of 349.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55000F is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.82 | 0.67 |
| HSL | 349.41º | 1% | 0.17% | - |
| HSV(B) | 349.41º | 1% | 0.33% | - |
| XYZ | 3.83 | 1.97 | 0.63 | - |
| YUV | 27.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 15 | 0 | 1 | 0.82 | 0.67 | 349.41 | 1 | 0.17 |
| Hex | 55 | 0 | F | 0 | 64 | 52 | 43 | 15D | 64 | 11 |
| Octal | 125 | 0 | 17 | 0 | 144 | 122 | 103 | 535 | 144 | 21 |
| Binary | 1010101 | 0 | 1111 | 0 | 1100100 | 1010010 | 1000011 | 101011101 | 1100100 | 10001 |
Color Harmonies of #55000F
Complementary color
Monochromatic Colors of #55000F
Black with #55000F
Text Example
Text Example
White with #55000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55000F; }
p { color: rgb(85,0,15); }
H1.HeaderClassName
{
color: #55000F;
}
.AnyTagClassName
{
color: #55000F;
}
</style>
background-color css
<style>
a { background-color: #55000F; }
a { background-color: rgb(85,0,15); }
div.DivClassName
{
background-color: #55000F;
}
.BgClassName
{
background-color: #55000F;
}
</style>
border-color css
<style>
span { border-color: #55000F; }
span { border-color: rgb(85,0,15); }
td.TdClassName
{
border-color: #55000F;
}
.TagClassName
{
border-color: #55000F;
}
</style>