Shades of Bordeaux #551426
Tints of Bordeaux #551426
RGB
CMYK
RGB Variations
Color information
#551426 (or 0x551426) is known color: Bordeaux. HEX triplet: 55, 14 and 26. RGB value is (85,20,38). Sum of RGB (Red+Green+Blue) = 85+20+38=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #551426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551426 is #AAEBD9. Grayscale: #292929. Windows color (decimal): -11201498 or 2495573. OLE color: 2495573.
HSL color Cylindrical-coordinate representation of color #551426: hue angle of 343.38º 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 #551426 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 38 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.67 |
| HSL | 343.38º | 0.62% | 0.21% | - |
| HSV(B) | 343.38º | 0.76% | 0.33% | - |
| XYZ | 4.35 | 2.57 | 2.1 | - |
| YUV | 41.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 38 | 0 | 0.76 | 0.55 | 0.67 | 343.38 | 0.62 | 0.21 |
| Hex | 55 | 14 | 26 | 0 | 4C | 37 | 43 | 157 | 3E | 15 |
| Octal | 125 | 24 | 46 | 0 | 114 | 67 | 103 | 527 | 76 | 25 |
| Binary | 1010101 | 10100 | 100110 | 0 | 1001100 | 110111 | 1000011 | 101010111 | 111110 | 10101 |
Color Harmonies of #551426
Complementary color
Monochromatic Colors of #551426
Black with #551426
Text Example
Text Example
White with #551426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551426; }
p { color: rgb(85,20,38); }
H1.HeaderClassName
{
color: #551426;
}
.AnyTagClassName
{
color: #551426;
}
</style>
background-color css
<style>
a { background-color: #551426; }
a { background-color: rgb(85,20,38); }
div.DivClassName
{
background-color: #551426;
}
.BgClassName
{
background-color: #551426;
}
</style>
border-color css
<style>
span { border-color: #551426; }
span { border-color: rgb(85,20,38); }
td.TdClassName
{
border-color: #551426;
}
.TagClassName
{
border-color: #551426;
}
</style>