Shades of Bordeaux #551D2A
Tints of Bordeaux #551D2A
RGB
CMYK
RGB Variations
Color information
#551D2A (or 0x551D2A) is known color: Bordeaux. HEX triplet: 55, 1D and 2A. RGB value is (85,29,42). Sum of RGB (Red+Green+Blue) = 85+29+42=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D2A is #AAE2D5. Grayscale: #2F2F2F. Windows color (decimal): -11199190 or 2760021. OLE color: 2760021.
HSL color Cylindrical-coordinate representation of color #551D2A: hue angle of 346.07º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D2A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 42 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.67 |
| HSL | 346.07º | 0.49% | 0.22% | - |
| HSV(B) | 346.07º | 0.66% | 0.33% | - |
| XYZ | 4.6 | 2.98 | 2.52 | - |
| YUV | 47.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 42 | 0 | 0.66 | 0.51 | 0.67 | 346.07 | 0.49 | 0.22 |
| Hex | 55 | 1D | 2A | 0 | 42 | 33 | 43 | 15A | 31 | 16 |
| Octal | 125 | 35 | 52 | 0 | 102 | 63 | 103 | 532 | 61 | 26 |
| Binary | 1010101 | 11101 | 101010 | 0 | 1000010 | 110011 | 1000011 | 101011010 | 110001 | 10110 |
Color Harmonies of #551D2A
Complementary color
Monochromatic Colors of #551D2A
Black with #551D2A
Text Example
Text Example
White with #551D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D2A; }
p { color: rgb(85,29,42); }
H1.HeaderClassName
{
color: #551D2A;
}
.AnyTagClassName
{
color: #551D2A;
}
</style>
background-color css
<style>
a { background-color: #551D2A; }
a { background-color: rgb(85,29,42); }
div.DivClassName
{
background-color: #551D2A;
}
.BgClassName
{
background-color: #551D2A;
}
</style>
border-color css
<style>
span { border-color: #551D2A; }
span { border-color: rgb(85,29,42); }
td.TdClassName
{
border-color: #551D2A;
}
.TagClassName
{
border-color: #551D2A;
}
</style>