Shades of Bordeaux #53121D
Tints of Bordeaux #53121D
RGB
CMYK
RGB Variations
Color information
#53121D (or 0x53121D) is known color: Bordeaux. HEX triplet: 53, 12 and 1D. RGB value is (83,18,29). Sum of RGB (Red+Green+Blue) = 83+18+29=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121D is #ACEDE2. Grayscale: #262626. Windows color (decimal): -11333091 or 1905235. OLE color: 1905235.
HSL color Cylindrical-coordinate representation of color #53121D: hue angle of 349.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53121D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 29 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.67 |
| HSL | 349.85º | 0.64% | 0.2% | - |
| HSV(B) | 349.85º | 0.78% | 0.33% | - |
| XYZ | 4.01 | 2.36 | 1.41 | - |
| YUV | 38.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 29 | 0 | 0.78 | 0.65 | 0.67 | 349.85 | 0.64 | 0.2 |
| Hex | 53 | 12 | 1D | 0 | 4E | 41 | 43 | 15E | 40 | 14 |
| Octal | 123 | 22 | 35 | 0 | 116 | 101 | 103 | 536 | 100 | 24 |
| Binary | 1010011 | 10010 | 11101 | 0 | 1001110 | 1000001 | 1000011 | 101011110 | 1000000 | 10100 |
Color Harmonies of #53121D
Complementary color
Monochromatic Colors of #53121D
Black with #53121D
Text Example
Text Example
White with #53121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53121D; }
p { color: rgb(83,18,29); }
H1.HeaderClassName
{
color: #53121D;
}
.AnyTagClassName
{
color: #53121D;
}
</style>
background-color css
<style>
a { background-color: #53121D; }
a { background-color: rgb(83,18,29); }
div.DivClassName
{
background-color: #53121D;
}
.BgClassName
{
background-color: #53121D;
}
</style>
border-color css
<style>
span { border-color: #53121D; }
span { border-color: rgb(83,18,29); }
td.TdClassName
{
border-color: #53121D;
}
.TagClassName
{
border-color: #53121D;
}
</style>