Shades of Bordeaux #55020F
Tints of Bordeaux #55020F
RGB
CMYK
RGB Variations
Color information
#55020F (or 0x55020F) is known color: Bordeaux. HEX triplet: 55, 02 and 0F. RGB value is (85,2,15). Sum of RGB (Red+Green+Blue) = 85+2+15=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #55020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55020F is #AAFDF0. Grayscale: #1C1C1C. Windows color (decimal): -11206129 or 983637. OLE color: 983637.
HSL color Cylindrical-coordinate representation of color #55020F: hue angle of 350.6º 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 #55020F is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.67 |
| HSL | 350.6º | 0.95% | 0.17% | - |
| HSV(B) | 350.6º | 0.98% | 0.33% | - |
| XYZ | 3.85 | 2.01 | 0.64 | - |
| YUV | 28.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 15 | 0 | 0.98 | 0.82 | 0.67 | 350.6 | 0.95 | 0.17 |
| Hex | 55 | 2 | F | 0 | 62 | 52 | 43 | 15F | 5F | 11 |
| Octal | 125 | 2 | 17 | 0 | 142 | 122 | 103 | 537 | 137 | 21 |
| Binary | 1010101 | 10 | 1111 | 0 | 1100010 | 1010010 | 1000011 | 101011111 | 1011111 | 10001 |
Color Harmonies of #55020F
Complementary color
Monochromatic Colors of #55020F
Black with #55020F
Text Example
Text Example
White with #55020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55020F; }
p { color: rgb(85,2,15); }
H1.HeaderClassName
{
color: #55020F;
}
.AnyTagClassName
{
color: #55020F;
}
</style>
background-color css
<style>
a { background-color: #55020F; }
a { background-color: rgb(85,2,15); }
div.DivClassName
{
background-color: #55020F;
}
.BgClassName
{
background-color: #55020F;
}
</style>
border-color css
<style>
span { border-color: #55020F; }
span { border-color: rgb(85,2,15); }
td.TdClassName
{
border-color: #55020F;
}
.TagClassName
{
border-color: #55020F;
}
</style>