Shades of Bordeaux #53030E
Tints of Bordeaux #53030E
RGB
CMYK
RGB Variations
Color information
#53030E (or 0x53030E) is known color: Bordeaux. HEX triplet: 53, 03 and 0E. RGB value is (83,3,14). Sum of RGB (Red+Green+Blue) = 83+3+14=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #53030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53030E is #ACFCF1. Grayscale: #1C1C1C. Windows color (decimal): -11336946 or 918355. OLE color: 918355.
HSL color Cylindrical-coordinate representation of color #53030E: hue angle of 351.75º 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 #53030E is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 14 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.67 |
| HSL | 351.75º | 0.93% | 0.17% | - |
| HSV(B) | 351.75º | 0.96% | 0.33% | - |
| XYZ | 3.68 | 1.94 | 0.6 | - |
| YUV | 28.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 14 | 0 | 0.96 | 0.83 | 0.67 | 351.75 | 0.93 | 0.17 |
| Hex | 53 | 3 | E | 0 | 60 | 53 | 43 | 160 | 5D | 11 |
| Octal | 123 | 3 | 16 | 0 | 140 | 123 | 103 | 540 | 135 | 21 |
| Binary | 1010011 | 11 | 1110 | 0 | 1100000 | 1010011 | 1000011 | 101100000 | 1011101 | 10001 |
Color Harmonies of #53030E
Complementary color
Monochromatic Colors of #53030E
Black with #53030E
Text Example
Text Example
White with #53030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53030E; }
p { color: rgb(83,3,14); }
H1.HeaderClassName
{
color: #53030E;
}
.AnyTagClassName
{
color: #53030E;
}
</style>
background-color css
<style>
a { background-color: #53030E; }
a { background-color: rgb(83,3,14); }
div.DivClassName
{
background-color: #53030E;
}
.BgClassName
{
background-color: #53030E;
}
</style>
border-color css
<style>
span { border-color: #53030E; }
span { border-color: rgb(83,3,14); }
td.TdClassName
{
border-color: #53030E;
}
.TagClassName
{
border-color: #53030E;
}
</style>