Shades of Bordeaux #551423
Tints of Bordeaux #551423
RGB
CMYK
RGB Variations
Color information
#551423 (or 0x551423) is known color: Bordeaux. HEX triplet: 55, 14 and 23. RGB value is (85,20,35). Sum of RGB (Red+Green+Blue) = 85+20+35=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551423 is #AAEBDC. Grayscale: #292929. Windows color (decimal): -11201501 or 2298965. OLE color: 2298965.
HSL color Cylindrical-coordinate representation of color #551423: hue angle of 346.15º 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 #551423 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 35 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.67 |
| HSL | 346.15º | 0.62% | 0.21% | - |
| HSV(B) | 346.15º | 0.76% | 0.33% | - |
| XYZ | 4.3 | 2.55 | 1.86 | - |
| YUV | 41.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 35 | 0 | 0.76 | 0.59 | 0.67 | 346.15 | 0.62 | 0.21 |
| Hex | 55 | 14 | 23 | 0 | 4C | 3B | 43 | 15A | 3E | 15 |
| Octal | 125 | 24 | 43 | 0 | 114 | 73 | 103 | 532 | 76 | 25 |
| Binary | 1010101 | 10100 | 100011 | 0 | 1001100 | 111011 | 1000011 | 101011010 | 111110 | 10101 |
Color Harmonies of #551423
Complementary color
Monochromatic Colors of #551423
Black with #551423
Text Example
Text Example
White with #551423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551423; }
p { color: rgb(85,20,35); }
H1.HeaderClassName
{
color: #551423;
}
.AnyTagClassName
{
color: #551423;
}
</style>
background-color css
<style>
a { background-color: #551423; }
a { background-color: rgb(85,20,35); }
div.DivClassName
{
background-color: #551423;
}
.BgClassName
{
background-color: #551423;
}
</style>
border-color css
<style>
span { border-color: #551423; }
span { border-color: rgb(85,20,35); }
td.TdClassName
{
border-color: #551423;
}
.TagClassName
{
border-color: #551423;
}
</style>