Shades of Bordeaux #53111B
Tints of Bordeaux #53111B
RGB
CMYK
RGB Variations
Color information
#53111B (or 0x53111B) is known color: Bordeaux. HEX triplet: 53, 11 and 1B. RGB value is (83,17,27). Sum of RGB (Red+Green+Blue) = 83+17+27=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111B is #ACEEE4. Grayscale: #252525. Windows color (decimal): -11333349 or 1773907. OLE color: 1773907.
HSL color Cylindrical-coordinate representation of color #53111B: hue angle of 350.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53111B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 27 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.67 |
| HSL | 350.91º | 0.66% | 0.2% | - |
| HSV(B) | 350.91º | 0.8% | 0.33% | - |
| XYZ | 3.97 | 2.32 | 1.28 | - |
| YUV | 37.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 27 | 0 | 0.80 | 0.67 | 0.67 | 350.91 | 0.66 | 0.2 |
| Hex | 53 | 11 | 1B | 0 | 50 | 43 | 43 | 15F | 42 | 14 |
| Octal | 123 | 21 | 33 | 0 | 120 | 103 | 103 | 537 | 102 | 24 |
| Binary | 1010011 | 10001 | 11011 | 0 | 1010000 | 1000011 | 1000011 | 101011111 | 1000010 | 10100 |
Color Harmonies of #53111B
Complementary color
Monochromatic Colors of #53111B
Black with #53111B
Text Example
Text Example
White with #53111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53111B; }
p { color: rgb(83,17,27); }
H1.HeaderClassName
{
color: #53111B;
}
.AnyTagClassName
{
color: #53111B;
}
</style>
background-color css
<style>
a { background-color: #53111B; }
a { background-color: rgb(83,17,27); }
div.DivClassName
{
background-color: #53111B;
}
.BgClassName
{
background-color: #53111B;
}
</style>
border-color css
<style>
span { border-color: #53111B; }
span { border-color: rgb(83,17,27); }
td.TdClassName
{
border-color: #53111B;
}
.TagClassName
{
border-color: #53111B;
}
</style>