Shades of Bordeaux #55041F
Tints of Bordeaux #55041F
RGB
CMYK
RGB Variations
Color information
#55041F (or 0x55041F) is known color: Bordeaux. HEX triplet: 55, 04 and 1F. RGB value is (85,4,31). Sum of RGB (Red+Green+Blue) = 85+4+31=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55041F is #AAFBE0. Grayscale: #1F1F1F. Windows color (decimal): -11205601 or 2032725. OLE color: 2032725.
HSL color Cylindrical-coordinate representation of color #55041F: hue angle of 340º 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 #55041F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 31 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.67 |
| HSL | 340º | 0.91% | 0.17% | - |
| HSV(B) | 340º | 0.95% | 0.33% | - |
| XYZ | 4.04 | 2.12 | 1.49 | - |
| YUV | 31.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 31 | 0 | 0.95 | 0.64 | 0.67 | 340 | 0.91 | 0.17 |
| Hex | 55 | 4 | 1F | 0 | 5F | 40 | 43 | 154 | 5B | 11 |
| Octal | 125 | 4 | 37 | 0 | 137 | 100 | 103 | 524 | 133 | 21 |
| Binary | 1010101 | 100 | 11111 | 0 | 1011111 | 1000000 | 1000011 | 101010100 | 1011011 | 10001 |
Color Harmonies of #55041F
Complementary color
Monochromatic Colors of #55041F
Black with #55041F
Text Example
Text Example
White with #55041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55041F; }
p { color: rgb(85,4,31); }
H1.HeaderClassName
{
color: #55041F;
}
.AnyTagClassName
{
color: #55041F;
}
</style>
background-color css
<style>
a { background-color: #55041F; }
a { background-color: rgb(85,4,31); }
div.DivClassName
{
background-color: #55041F;
}
.BgClassName
{
background-color: #55041F;
}
</style>
border-color css
<style>
span { border-color: #55041F; }
span { border-color: rgb(85,4,31); }
td.TdClassName
{
border-color: #55041F;
}
.TagClassName
{
border-color: #55041F;
}
</style>