Shades of Bordeaux #55021B
Tints of Bordeaux #55021B
RGB
CMYK
RGB Variations
Color information
#55021B (or 0x55021B) is known color: Bordeaux. HEX triplet: 55, 02 and 1B. RGB value is (85,2,27). Sum of RGB (Red+Green+Blue) = 85+2+27=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #55021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55021B is #AAFDE4. Grayscale: #1D1D1D. Windows color (decimal): -11206117 or 1770069. OLE color: 1770069.
HSL color Cylindrical-coordinate representation of color #55021B: hue angle of 341.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55021B is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.67 |
| HSL | 341.93º | 0.95% | 0.17% | - |
| HSV(B) | 341.93º | 0.98% | 0.33% | - |
| XYZ | 3.97 | 2.05 | 1.22 | - |
| YUV | 29.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 27 | 0 | 0.98 | 0.68 | 0.67 | 341.93 | 0.95 | 0.17 |
| Hex | 55 | 2 | 1B | 0 | 62 | 44 | 43 | 156 | 5F | 11 |
| Octal | 125 | 2 | 33 | 0 | 142 | 104 | 103 | 526 | 137 | 21 |
| Binary | 1010101 | 10 | 11011 | 0 | 1100010 | 1000100 | 1000011 | 101010110 | 1011111 | 10001 |
Color Harmonies of #55021B
Complementary color
Monochromatic Colors of #55021B
Black with #55021B
Text Example
Text Example
White with #55021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55021B; }
p { color: rgb(85,2,27); }
H1.HeaderClassName
{
color: #55021B;
}
.AnyTagClassName
{
color: #55021B;
}
</style>
background-color css
<style>
a { background-color: #55021B; }
a { background-color: rgb(85,2,27); }
div.DivClassName
{
background-color: #55021B;
}
.BgClassName
{
background-color: #55021B;
}
</style>
border-color css
<style>
span { border-color: #55021B; }
span { border-color: rgb(85,2,27); }
td.TdClassName
{
border-color: #55021B;
}
.TagClassName
{
border-color: #55021B;
}
</style>