Shades of Bordeaux #550F20
Tints of Bordeaux #550F20
RGB
CMYK
RGB Variations
Color information
#550F20 (or 0x550F20) is known color: Bordeaux. HEX triplet: 55, 0F and 20. RGB value is (85,15,32). Sum of RGB (Red+Green+Blue) = 85+15+32=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #550F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F20 is #AAF0DF. Grayscale: #252525. Windows color (decimal): -11202784 or 2101077. OLE color: 2101077.
HSL color Cylindrical-coordinate representation of color #550F20: hue angle of 345.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F20 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 32 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.67 |
| HSL | 345.43º | 0.7% | 0.2% | - |
| HSV(B) | 345.43º | 0.82% | 0.33% | - |
| XYZ | 4.18 | 2.38 | 1.61 | - |
| YUV | 37.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 32 | 0 | 0.82 | 0.62 | 0.67 | 345.43 | 0.7 | 0.2 |
| Hex | 55 | F | 20 | 0 | 52 | 3E | 43 | 159 | 46 | 14 |
| Octal | 125 | 17 | 40 | 0 | 122 | 76 | 103 | 531 | 106 | 24 |
| Binary | 1010101 | 1111 | 100000 | 0 | 1010010 | 111110 | 1000011 | 101011001 | 1000110 | 10100 |
Color Harmonies of #550F20
Complementary color
Monochromatic Colors of #550F20
Black with #550F20
Text Example
Text Example
White with #550F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F20; }
p { color: rgb(85,15,32); }
H1.HeaderClassName
{
color: #550F20;
}
.AnyTagClassName
{
color: #550F20;
}
</style>
background-color css
<style>
a { background-color: #550F20; }
a { background-color: rgb(85,15,32); }
div.DivClassName
{
background-color: #550F20;
}
.BgClassName
{
background-color: #550F20;
}
</style>
border-color css
<style>
span { border-color: #550F20; }
span { border-color: rgb(85,15,32); }
td.TdClassName
{
border-color: #550F20;
}
.TagClassName
{
border-color: #550F20;
}
</style>