Shades of Bordeaux #55030F
Tints of Bordeaux #55030F
RGB
CMYK
RGB Variations
Color information
#55030F (or 0x55030F) is known color: Bordeaux. HEX triplet: 55, 03 and 0F. RGB value is (85,3,15). Sum of RGB (Red+Green+Blue) = 85+3+15=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #55030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55030F is #AAFCF0. Grayscale: #1C1C1C. Windows color (decimal): -11205873 or 983893. OLE color: 983893.
HSL color Cylindrical-coordinate representation of color #55030F: hue angle of 351.22º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55030F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 15 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.67 |
| HSL | 351.22º | 0.93% | 0.17% | - |
| HSV(B) | 351.22º | 0.96% | 0.33% | - |
| XYZ | 3.87 | 2.03 | 0.64 | - |
| YUV | 28.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 15 | 0 | 0.96 | 0.82 | 0.67 | 351.22 | 0.93 | 0.17 |
| Hex | 55 | 3 | F | 0 | 60 | 52 | 43 | 15F | 5D | 11 |
| Octal | 125 | 3 | 17 | 0 | 140 | 122 | 103 | 537 | 135 | 21 |
| Binary | 1010101 | 11 | 1111 | 0 | 1100000 | 1010010 | 1000011 | 101011111 | 1011101 | 10001 |
Color Harmonies of #55030F
Complementary color
Monochromatic Colors of #55030F
Black with #55030F
Text Example
Text Example
White with #55030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55030F; }
p { color: rgb(85,3,15); }
H1.HeaderClassName
{
color: #55030F;
}
.AnyTagClassName
{
color: #55030F;
}
</style>
background-color css
<style>
a { background-color: #55030F; }
a { background-color: rgb(85,3,15); }
div.DivClassName
{
background-color: #55030F;
}
.BgClassName
{
background-color: #55030F;
}
</style>
border-color css
<style>
span { border-color: #55030F; }
span { border-color: rgb(85,3,15); }
td.TdClassName
{
border-color: #55030F;
}
.TagClassName
{
border-color: #55030F;
}
</style>