Shades of Bordeaux #551424
Tints of Bordeaux #551424
RGB
CMYK
RGB Variations
Color information
#551424 (or 0x551424) is known color: Bordeaux. HEX triplet: 55, 14 and 24. RGB value is (85,20,36). Sum of RGB (Red+Green+Blue) = 85+20+36=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551424 is #AAEBDB. Grayscale: #292929. Windows color (decimal): -11201500 or 2364501. OLE color: 2364501.
HSL color Cylindrical-coordinate representation of color #551424: hue angle of 345.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551424 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 36 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.67 |
| HSL | 345.23º | 0.62% | 0.21% | - |
| HSV(B) | 345.23º | 0.76% | 0.33% | - |
| XYZ | 4.31 | 2.56 | 1.94 | - |
| YUV | 41.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 36 | 0 | 0.76 | 0.58 | 0.67 | 345.23 | 0.62 | 0.21 |
| Hex | 55 | 14 | 24 | 0 | 4C | 3A | 43 | 159 | 3E | 15 |
| Octal | 125 | 24 | 44 | 0 | 114 | 72 | 103 | 531 | 76 | 25 |
| Binary | 1010101 | 10100 | 100100 | 0 | 1001100 | 111010 | 1000011 | 101011001 | 111110 | 10101 |
Color Harmonies of #551424
Complementary color
Monochromatic Colors of #551424
Black with #551424
Text Example
Text Example
White with #551424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551424; }
p { color: rgb(85,20,36); }
H1.HeaderClassName
{
color: #551424;
}
.AnyTagClassName
{
color: #551424;
}
</style>
background-color css
<style>
a { background-color: #551424; }
a { background-color: rgb(85,20,36); }
div.DivClassName
{
background-color: #551424;
}
.BgClassName
{
background-color: #551424;
}
</style>
border-color css
<style>
span { border-color: #551424; }
span { border-color: rgb(85,20,36); }
td.TdClassName
{
border-color: #551424;
}
.TagClassName
{
border-color: #551424;
}
</style>