Shades of Bordeaux #53050D
Tints of Bordeaux #53050D
RGB
CMYK
RGB Variations
Color information
#53050D (or 0x53050D) is known color: Bordeaux. HEX triplet: 53, 05 and 0D. RGB value is (83,5,13). Sum of RGB (Red+Green+Blue) = 83+5+13=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #53050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53050D is #ACFAF2. Grayscale: #1D1D1D. Windows color (decimal): -11336435 or 853331. OLE color: 853331.
HSL color Cylindrical-coordinate representation of color #53050D: hue angle of 353.85º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53050D is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 13 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.67 |
| HSL | 353.85º | 0.89% | 0.17% | - |
| HSV(B) | 353.85º | 0.94% | 0.33% | - |
| XYZ | 3.69 | 1.98 | 0.57 | - |
| YUV | 29.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 13 | 0 | 0.94 | 0.84 | 0.67 | 353.85 | 0.89 | 0.17 |
| Hex | 53 | 5 | D | 0 | 5E | 54 | 43 | 162 | 59 | 11 |
| Octal | 123 | 5 | 15 | 0 | 136 | 124 | 103 | 542 | 131 | 21 |
| Binary | 1010011 | 101 | 1101 | 0 | 1011110 | 1010100 | 1000011 | 101100010 | 1011001 | 10001 |
Color Harmonies of #53050D
Complementary color
Monochromatic Colors of #53050D
Black with #53050D
Text Example
Text Example
White with #53050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53050D; }
p { color: rgb(83,5,13); }
H1.HeaderClassName
{
color: #53050D;
}
.AnyTagClassName
{
color: #53050D;
}
</style>
background-color css
<style>
a { background-color: #53050D; }
a { background-color: rgb(83,5,13); }
div.DivClassName
{
background-color: #53050D;
}
.BgClassName
{
background-color: #53050D;
}
</style>
border-color css
<style>
span { border-color: #53050D; }
span { border-color: rgb(83,5,13); }
td.TdClassName
{
border-color: #53050D;
}
.TagClassName
{
border-color: #53050D;
}
</style>