Shades of Bordeaux #55000C
Tints of Bordeaux #55000C
RGB
CMYK
RGB Variations
Color information
#55000C (or 0x55000C) is known color: Bordeaux. HEX triplet: 55, 00 and 0C. RGB value is (85,0,12). Sum of RGB (Red+Green+Blue) = 85+0+12=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #55000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55000C is #AAFFF3. Grayscale: #1A1A1A. Windows color (decimal): -11206644 or 786517. OLE color: 786517.
HSL color Cylindrical-coordinate representation of color #55000C: hue angle of 351.53º 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 #55000C is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.86 | 0.67 |
| HSL | 351.53º | 1% | 0.17% | - |
| HSV(B) | 351.53º | 1% | 0.33% | - |
| XYZ | 3.81 | 1.96 | 0.52 | - |
| YUV | 26.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 12 | 0 | 1 | 0.86 | 0.67 | 351.53 | 1 | 0.17 |
| Hex | 55 | 0 | C | 0 | 64 | 56 | 43 | 160 | 64 | 11 |
| Octal | 125 | 0 | 14 | 0 | 144 | 126 | 103 | 540 | 144 | 21 |
| Binary | 1010101 | 0 | 1100 | 0 | 1100100 | 1010110 | 1000011 | 101100000 | 1100100 | 10001 |
Color Harmonies of #55000C
Complementary color
Monochromatic Colors of #55000C
Black with #55000C
Text Example
Text Example
White with #55000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55000C; }
p { color: rgb(85,0,12); }
H1.HeaderClassName
{
color: #55000C;
}
.AnyTagClassName
{
color: #55000C;
}
</style>
background-color css
<style>
a { background-color: #55000C; }
a { background-color: rgb(85,0,12); }
div.DivClassName
{
background-color: #55000C;
}
.BgClassName
{
background-color: #55000C;
}
</style>
border-color css
<style>
span { border-color: #55000C; }
span { border-color: rgb(85,0,12); }
td.TdClassName
{
border-color: #55000C;
}
.TagClassName
{
border-color: #55000C;
}
</style>