Shades of Bordeaux #55040C
Tints of Bordeaux #55040C
RGB
CMYK
RGB Variations
Color information
#55040C (or 0x55040C) is known color: Bordeaux. HEX triplet: 55, 04 and 0C. RGB value is (85,4,12). Sum of RGB (Red+Green+Blue) = 85+4+12=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #55040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55040C is #AAFBF3. Grayscale: #1D1D1D. Windows color (decimal): -11205620 or 787541. OLE color: 787541.
HSL color Cylindrical-coordinate representation of color #55040C: hue angle of 354.07º 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 #55040C is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 12 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.67 |
| HSL | 354.07º | 0.91% | 0.17% | - |
| HSV(B) | 354.07º | 0.95% | 0.33% | - |
| XYZ | 3.86 | 2.04 | 0.54 | - |
| YUV | 29.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 12 | 0 | 0.95 | 0.86 | 0.67 | 354.07 | 0.91 | 0.17 |
| Hex | 55 | 4 | C | 0 | 5F | 56 | 43 | 162 | 5B | 11 |
| Octal | 125 | 4 | 14 | 0 | 137 | 126 | 103 | 542 | 133 | 21 |
| Binary | 1010101 | 100 | 1100 | 0 | 1011111 | 1010110 | 1000011 | 101100010 | 1011011 | 10001 |
Color Harmonies of #55040C
Complementary color
Monochromatic Colors of #55040C
Black with #55040C
Text Example
Text Example
White with #55040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55040C; }
p { color: rgb(85,4,12); }
H1.HeaderClassName
{
color: #55040C;
}
.AnyTagClassName
{
color: #55040C;
}
</style>
background-color css
<style>
a { background-color: #55040C; }
a { background-color: rgb(85,4,12); }
div.DivClassName
{
background-color: #55040C;
}
.BgClassName
{
background-color: #55040C;
}
</style>
border-color css
<style>
span { border-color: #55040C; }
span { border-color: rgb(85,4,12); }
td.TdClassName
{
border-color: #55040C;
}
.TagClassName
{
border-color: #55040C;
}
</style>