Shades of Bordeaux #53000D
Tints of Bordeaux #53000D
RGB
CMYK
RGB Variations
Color information
#53000D (or 0x53000D) is known color: Bordeaux. HEX triplet: 53, 00 and 0D. RGB value is (83,0,13). Sum of RGB (Red+Green+Blue) = 83+0+13=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #53000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53000D is #ACFFF2. Grayscale: #1A1A1A. Windows color (decimal): -11337715 or 852051. OLE color: 852051.
HSL color Cylindrical-coordinate representation of color #53000D: hue angle of 350.6º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53000D is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.84 | 0.67 |
| HSL | 350.6º | 1% | 0.16% | - |
| HSV(B) | 350.6º | 1% | 0.33% | - |
| XYZ | 3.64 | 1.87 | 0.55 | - |
| YUV | 26.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 13 | 0 | 1 | 0.84 | 0.67 | 350.6 | 1 | 0.16 |
| Hex | 53 | 0 | D | 0 | 64 | 54 | 43 | 15F | 64 | 10 |
| Octal | 123 | 0 | 15 | 0 | 144 | 124 | 103 | 537 | 144 | 20 |
| Binary | 1010011 | 0 | 1101 | 0 | 1100100 | 1010100 | 1000011 | 101011111 | 1100100 | 10000 |
Color Harmonies of #53000D
Complementary color
Monochromatic Colors of #53000D
Black with #53000D
Text Example
Text Example
White with #53000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53000D; }
p { color: rgb(83,0,13); }
H1.HeaderClassName
{
color: #53000D;
}
.AnyTagClassName
{
color: #53000D;
}
</style>
background-color css
<style>
a { background-color: #53000D; }
a { background-color: rgb(83,0,13); }
div.DivClassName
{
background-color: #53000D;
}
.BgClassName
{
background-color: #53000D;
}
</style>
border-color css
<style>
span { border-color: #53000D; }
span { border-color: rgb(83,0,13); }
td.TdClassName
{
border-color: #53000D;
}
.TagClassName
{
border-color: #53000D;
}
</style>