Shades of Bordeaux #551B25
Tints of Bordeaux #551B25
RGB
CMYK
RGB Variations
Color information
#551B25 (or 0x551B25) is known color: Bordeaux. HEX triplet: 55, 1B and 25. RGB value is (85,27,37). Sum of RGB (Red+Green+Blue) = 85+27+37=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B25 is #AAE4DA. Grayscale: #2D2D2D. Windows color (decimal): -11199707 or 2431829. OLE color: 2431829.
HSL color Cylindrical-coordinate representation of color #551B25: hue angle of 349.66º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B25 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 37 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.67 |
| HSL | 349.66º | 0.52% | 0.22% | - |
| HSV(B) | 349.66º | 0.68% | 0.33% | - |
| XYZ | 4.47 | 2.85 | 2.06 | - |
| YUV | 45.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 37 | 0 | 0.68 | 0.56 | 0.67 | 349.66 | 0.52 | 0.22 |
| Hex | 55 | 1B | 25 | 0 | 44 | 38 | 43 | 15E | 34 | 16 |
| Octal | 125 | 33 | 45 | 0 | 104 | 70 | 103 | 536 | 64 | 26 |
| Binary | 1010101 | 11011 | 100101 | 0 | 1000100 | 111000 | 1000011 | 101011110 | 110100 | 10110 |
Color Harmonies of #551B25
Complementary color
Monochromatic Colors of #551B25
Black with #551B25
Text Example
Text Example
White with #551B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B25; }
p { color: rgb(85,27,37); }
H1.HeaderClassName
{
color: #551B25;
}
.AnyTagClassName
{
color: #551B25;
}
</style>
background-color css
<style>
a { background-color: #551B25; }
a { background-color: rgb(85,27,37); }
div.DivClassName
{
background-color: #551B25;
}
.BgClassName
{
background-color: #551B25;
}
</style>
border-color css
<style>
span { border-color: #551B25; }
span { border-color: rgb(85,27,37); }
td.TdClassName
{
border-color: #551B25;
}
.TagClassName
{
border-color: #551B25;
}
</style>