Shades of Bordeaux #53031D
Tints of Bordeaux #53031D
RGB
CMYK
RGB Variations
Color information
#53031D (or 0x53031D) is known color: Bordeaux. HEX triplet: 53, 03 and 1D. RGB value is (83,3,29). Sum of RGB (Red+Green+Blue) = 83+3+29=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53031D is #ACFCE2. Grayscale: #1D1D1D. Windows color (decimal): -11336931 or 1901395. OLE color: 1901395.
HSL color Cylindrical-coordinate representation of color #53031D: hue angle of 340.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 #53031D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 29 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.67 |
| HSL | 340.5º | 0.93% | 0.17% | - |
| HSV(B) | 340.5º | 0.96% | 0.33% | - |
| XYZ | 3.82 | 1.99 | 1.35 | - |
| YUV | 29.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 29 | 0 | 0.96 | 0.65 | 0.67 | 340.5 | 0.93 | 0.17 |
| Hex | 53 | 3 | 1D | 0 | 60 | 41 | 43 | 154 | 5D | 11 |
| Octal | 123 | 3 | 35 | 0 | 140 | 101 | 103 | 524 | 135 | 21 |
| Binary | 1010011 | 11 | 11101 | 0 | 1100000 | 1000001 | 1000011 | 101010100 | 1011101 | 10001 |
Color Harmonies of #53031D
Complementary color
Monochromatic Colors of #53031D
Black with #53031D
Text Example
Text Example
White with #53031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53031D; }
p { color: rgb(83,3,29); }
H1.HeaderClassName
{
color: #53031D;
}
.AnyTagClassName
{
color: #53031D;
}
</style>
background-color css
<style>
a { background-color: #53031D; }
a { background-color: rgb(83,3,29); }
div.DivClassName
{
background-color: #53031D;
}
.BgClassName
{
background-color: #53031D;
}
</style>
border-color css
<style>
span { border-color: #53031D; }
span { border-color: rgb(83,3,29); }
td.TdClassName
{
border-color: #53031D;
}
.TagClassName
{
border-color: #53031D;
}
</style>