Shades of Bordeaux #53101B
Tints of Bordeaux #53101B
RGB
CMYK
RGB Variations
Color information
#53101B (or 0x53101B) is known color: Bordeaux. HEX triplet: 53, 10 and 1B. RGB value is (83,16,27). Sum of RGB (Red+Green+Blue) = 83+16+27=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #53101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53101B is #ACEFE4. Grayscale: #252525. Windows color (decimal): -11333605 or 1773651. OLE color: 1773651.
HSL color Cylindrical-coordinate representation of color #53101B: hue angle of 350.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53101B is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 27 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.67 |
| HSL | 350.15º | 0.68% | 0.19% | - |
| HSV(B) | 350.15º | 0.81% | 0.33% | - |
| XYZ | 3.95 | 2.29 | 1.27 | - |
| YUV | 37.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 27 | 0 | 0.81 | 0.67 | 0.67 | 350.15 | 0.68 | 0.19 |
| Hex | 53 | 10 | 1B | 0 | 51 | 43 | 43 | 15E | 44 | 13 |
| Octal | 123 | 20 | 33 | 0 | 121 | 103 | 103 | 536 | 104 | 23 |
| Binary | 1010011 | 10000 | 11011 | 0 | 1010001 | 1000011 | 1000011 | 101011110 | 1000100 | 10011 |
Color Harmonies of #53101B
Complementary color
Monochromatic Colors of #53101B
Black with #53101B
Text Example
Text Example
White with #53101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53101B; }
p { color: rgb(83,16,27); }
H1.HeaderClassName
{
color: #53101B;
}
.AnyTagClassName
{
color: #53101B;
}
</style>
background-color css
<style>
a { background-color: #53101B; }
a { background-color: rgb(83,16,27); }
div.DivClassName
{
background-color: #53101B;
}
.BgClassName
{
background-color: #53101B;
}
</style>
border-color css
<style>
span { border-color: #53101B; }
span { border-color: rgb(83,16,27); }
td.TdClassName
{
border-color: #53101B;
}
.TagClassName
{
border-color: #53101B;
}
</style>