Shades of Bordeaux #53030D
Tints of Bordeaux #53030D
RGB
CMYK
RGB Variations
Color information
#53030D (or 0x53030D) is known color: Bordeaux. HEX triplet: 53, 03 and 0D. RGB value is (83,3,13). Sum of RGB (Red+Green+Blue) = 83+3+13=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #53030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53030D is #ACFCF2. Grayscale: #1C1C1C. Windows color (decimal): -11336947 or 852819. OLE color: 852819.
HSL color Cylindrical-coordinate representation of color #53030D: hue angle of 352.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53030D is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 13 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.67 |
| HSL | 352.5º | 0.93% | 0.17% | - |
| HSV(B) | 352.5º | 0.96% | 0.33% | - |
| XYZ | 3.67 | 1.93 | 0.56 | - |
| YUV | 28.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 13 | 0 | 0.96 | 0.84 | 0.67 | 352.5 | 0.93 | 0.17 |
| Hex | 53 | 3 | D | 0 | 60 | 54 | 43 | 160 | 5D | 11 |
| Octal | 123 | 3 | 15 | 0 | 140 | 124 | 103 | 540 | 135 | 21 |
| Binary | 1010011 | 11 | 1101 | 0 | 1100000 | 1010100 | 1000011 | 101100000 | 1011101 | 10001 |
Color Harmonies of #53030D
Complementary color
Monochromatic Colors of #53030D
Black with #53030D
Text Example
Text Example
White with #53030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53030D; }
p { color: rgb(83,3,13); }
H1.HeaderClassName
{
color: #53030D;
}
.AnyTagClassName
{
color: #53030D;
}
</style>
background-color css
<style>
a { background-color: #53030D; }
a { background-color: rgb(83,3,13); }
div.DivClassName
{
background-color: #53030D;
}
.BgClassName
{
background-color: #53030D;
}
</style>
border-color css
<style>
span { border-color: #53030D; }
span { border-color: rgb(83,3,13); }
td.TdClassName
{
border-color: #53030D;
}
.TagClassName
{
border-color: #53030D;
}
</style>