Shades of Bordeaux #53131C
Tints of Bordeaux #53131C
RGB
CMYK
RGB Variations
Color information
#53131C (or 0x53131C) is known color: Bordeaux. HEX triplet: 53, 13 and 1C. RGB value is (83,19,28). Sum of RGB (Red+Green+Blue) = 83+19+28=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53131C is #ACECE3. Grayscale: #272727. Windows color (decimal): -11332836 or 1839955. OLE color: 1839955.
HSL color Cylindrical-coordinate representation of color #53131C: hue angle of 351.56º 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 #53131C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 28 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.67 |
| HSL | 351.56º | 0.63% | 0.2% | - |
| HSV(B) | 351.56º | 0.77% | 0.33% | - |
| XYZ | 4.01 | 2.39 | 1.35 | - |
| YUV | 39.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 28 | 0 | 0.77 | 0.66 | 0.67 | 351.56 | 0.63 | 0.2 |
| Hex | 53 | 13 | 1C | 0 | 4D | 42 | 43 | 160 | 3F | 14 |
| Octal | 123 | 23 | 34 | 0 | 115 | 102 | 103 | 540 | 77 | 24 |
| Binary | 1010011 | 10011 | 11100 | 0 | 1001101 | 1000010 | 1000011 | 101100000 | 111111 | 10100 |
Color Harmonies of #53131C
Complementary color
Monochromatic Colors of #53131C
Black with #53131C
Text Example
Text Example
White with #53131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53131C; }
p { color: rgb(83,19,28); }
H1.HeaderClassName
{
color: #53131C;
}
.AnyTagClassName
{
color: #53131C;
}
</style>
background-color css
<style>
a { background-color: #53131C; }
a { background-color: rgb(83,19,28); }
div.DivClassName
{
background-color: #53131C;
}
.BgClassName
{
background-color: #53131C;
}
</style>
border-color css
<style>
span { border-color: #53131C; }
span { border-color: rgb(83,19,28); }
td.TdClassName
{
border-color: #53131C;
}
.TagClassName
{
border-color: #53131C;
}
</style>