Shades of Bordeaux #53161D
Tints of Bordeaux #53161D
RGB
CMYK
RGB Variations
Color information
#53161D (or 0x53161D) is known color: Bordeaux. HEX triplet: 53, 16 and 1D. RGB value is (83,22,29). Sum of RGB (Red+Green+Blue) = 83+22+29=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53161D is #ACE9E2. Grayscale: #292929. Windows color (decimal): -11332067 or 1906259. OLE color: 1906259.
HSL color Cylindrical-coordinate representation of color #53161D: hue angle of 353.11º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53161D is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 29 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.67 |
| HSL | 353.11º | 0.58% | 0.21% | - |
| HSV(B) | 353.11º | 0.73% | 0.33% | - |
| XYZ | 4.08 | 2.5 | 1.43 | - |
| YUV | 41.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 29 | 0 | 0.73 | 0.65 | 0.67 | 353.11 | 0.58 | 0.21 |
| Hex | 53 | 16 | 1D | 0 | 49 | 41 | 43 | 161 | 3A | 15 |
| Octal | 123 | 26 | 35 | 0 | 111 | 101 | 103 | 541 | 72 | 25 |
| Binary | 1010011 | 10110 | 11101 | 0 | 1001001 | 1000001 | 1000011 | 101100001 | 111010 | 10101 |
Color Harmonies of #53161D
Complementary color
Monochromatic Colors of #53161D
Black with #53161D
Text Example
Text Example
White with #53161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53161D; }
p { color: rgb(83,22,29); }
H1.HeaderClassName
{
color: #53161D;
}
.AnyTagClassName
{
color: #53161D;
}
</style>
background-color css
<style>
a { background-color: #53161D; }
a { background-color: rgb(83,22,29); }
div.DivClassName
{
background-color: #53161D;
}
.BgClassName
{
background-color: #53161D;
}
</style>
border-color css
<style>
span { border-color: #53161D; }
span { border-color: rgb(83,22,29); }
td.TdClassName
{
border-color: #53161D;
}
.TagClassName
{
border-color: #53161D;
}
</style>