Shades of Bordeaux #53010D
Tints of Bordeaux #53010D
RGB
CMYK
RGB Variations
Color information
#53010D (or 0x53010D) is known color: Bordeaux. HEX triplet: 53, 01 and 0D. RGB value is (83,1,13). Sum of RGB (Red+Green+Blue) = 83+1+13=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #53010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010D is #ACFEF2. Grayscale: #1A1A1A. Windows color (decimal): -11337459 or 852307. OLE color: 852307.
HSL color Cylindrical-coordinate representation of color #53010D: hue angle of 351.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53010D is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.67 |
| HSL | 351.22º | 0.98% | 0.16% | - |
| HSV(B) | 351.22º | 0.99% | 0.33% | - |
| XYZ | 3.65 | 1.89 | 0.55 | - |
| YUV | 26.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 13 | 0 | 0.99 | 0.84 | 0.67 | 351.22 | 0.98 | 0.16 |
| Hex | 53 | 1 | D | 0 | 63 | 54 | 43 | 15F | 62 | 10 |
| Octal | 123 | 1 | 15 | 0 | 143 | 124 | 103 | 537 | 142 | 20 |
| Binary | 1010011 | 1 | 1101 | 0 | 1100011 | 1010100 | 1000011 | 101011111 | 1100010 | 10000 |
Color Harmonies of #53010D
Complementary color
Monochromatic Colors of #53010D
Black with #53010D
Text Example
Text Example
White with #53010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53010D; }
p { color: rgb(83,1,13); }
H1.HeaderClassName
{
color: #53010D;
}
.AnyTagClassName
{
color: #53010D;
}
</style>
background-color css
<style>
a { background-color: #53010D; }
a { background-color: rgb(83,1,13); }
div.DivClassName
{
background-color: #53010D;
}
.BgClassName
{
background-color: #53010D;
}
</style>
border-color css
<style>
span { border-color: #53010D; }
span { border-color: rgb(83,1,13); }
td.TdClassName
{
border-color: #53010D;
}
.TagClassName
{
border-color: #53010D;
}
</style>