Shades of Bordeaux #53131D
Tints of Bordeaux #53131D
RGB
CMYK
RGB Variations
Color information
#53131D (or 0x53131D) is known color: Bordeaux. HEX triplet: 53, 13 and 1D. RGB value is (83,19,29). Sum of RGB (Red+Green+Blue) = 83+19+29=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53131D is #ACECE2. Grayscale: #272727. Windows color (decimal): -11332835 or 1905491. OLE color: 1905491.
HSL color Cylindrical-coordinate representation of color #53131D: hue angle of 350.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53131D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 29 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.67 |
| HSL | 350.63º | 0.63% | 0.2% | - |
| HSV(B) | 350.63º | 0.77% | 0.33% | - |
| XYZ | 4.02 | 2.39 | 1.41 | - |
| YUV | 39.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 29 | 0 | 0.77 | 0.65 | 0.67 | 350.63 | 0.63 | 0.2 |
| Hex | 53 | 13 | 1D | 0 | 4D | 41 | 43 | 15F | 3F | 14 |
| Octal | 123 | 23 | 35 | 0 | 115 | 101 | 103 | 537 | 77 | 24 |
| Binary | 1010011 | 10011 | 11101 | 0 | 1001101 | 1000001 | 1000011 | 101011111 | 111111 | 10100 |
Color Harmonies of #53131D
Complementary color
Monochromatic Colors of #53131D
Black with #53131D
Text Example
Text Example
White with #53131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53131D; }
p { color: rgb(83,19,29); }
H1.HeaderClassName
{
color: #53131D;
}
.AnyTagClassName
{
color: #53131D;
}
</style>
background-color css
<style>
a { background-color: #53131D; }
a { background-color: rgb(83,19,29); }
div.DivClassName
{
background-color: #53131D;
}
.BgClassName
{
background-color: #53131D;
}
</style>
border-color css
<style>
span { border-color: #53131D; }
span { border-color: rgb(83,19,29); }
td.TdClassName
{
border-color: #53131D;
}
.TagClassName
{
border-color: #53131D;
}
</style>