Shades of Bordeaux #550423
Tints of Bordeaux #550423
RGB
CMYK
RGB Variations
Color information
#550423 (or 0x550423) is known color: Bordeaux. HEX triplet: 55, 04 and 23. RGB value is (85,4,35). Sum of RGB (Red+Green+Blue) = 85+4+35=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #550423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550423 is #AAFBDC. Grayscale: #1F1F1F. Windows color (decimal): -11205597 or 2294869. OLE color: 2294869.
HSL color Cylindrical-coordinate representation of color #550423: hue angle of 337.04º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550423 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 4 | 35 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.67 |
| HSL | 337.04º | 0.91% | 0.17% | - |
| HSV(B) | 337.04º | 0.95% | 0.33% | - |
| XYZ | 4.09 | 2.14 | 1.79 | - |
| YUV | 31.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 35 | 0 | 0.95 | 0.59 | 0.67 | 337.04 | 0.91 | 0.17 |
| Hex | 55 | 4 | 23 | 0 | 5F | 3B | 43 | 151 | 5B | 11 |
| Octal | 125 | 4 | 43 | 0 | 137 | 73 | 103 | 521 | 133 | 21 |
| Binary | 1010101 | 100 | 100011 | 0 | 1011111 | 111011 | 1000011 | 101010001 | 1011011 | 10001 |
Color Harmonies of #550423
Complementary color
Monochromatic Colors of #550423
Black with #550423
Text Example
Text Example
White with #550423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550423; }
p { color: rgb(85,4,35); }
H1.HeaderClassName
{
color: #550423;
}
.AnyTagClassName
{
color: #550423;
}
</style>
background-color css
<style>
a { background-color: #550423; }
a { background-color: rgb(85,4,35); }
div.DivClassName
{
background-color: #550423;
}
.BgClassName
{
background-color: #550423;
}
</style>
border-color css
<style>
span { border-color: #550423; }
span { border-color: rgb(85,4,35); }
td.TdClassName
{
border-color: #550423;
}
.TagClassName
{
border-color: #550423;
}
</style>