Shades of Bordeaux #53151E
Tints of Bordeaux #53151E
RGB
CMYK
RGB Variations
Color information
#53151E (or 0x53151E) is known color: Bordeaux. HEX triplet: 53, 15 and 1E. RGB value is (83,21,30). Sum of RGB (Red+Green+Blue) = 83+21+30=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53151E is #ACEAE1. Grayscale: #282828. Windows color (decimal): -11332322 or 1971539. OLE color: 1971539.
HSL color Cylindrical-coordinate representation of color #53151E: hue angle of 351.29º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53151E is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 30 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.67 |
| HSL | 351.29º | 0.6% | 0.2% | - |
| HSV(B) | 351.29º | 0.75% | 0.33% | - |
| XYZ | 4.07 | 2.47 | 1.49 | - |
| YUV | 40.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 30 | 0 | 0.75 | 0.64 | 0.67 | 351.29 | 0.6 | 0.2 |
| Hex | 53 | 15 | 1E | 0 | 4B | 40 | 43 | 15F | 3C | 14 |
| Octal | 123 | 25 | 36 | 0 | 113 | 100 | 103 | 537 | 74 | 24 |
| Binary | 1010011 | 10101 | 11110 | 0 | 1001011 | 1000000 | 1000011 | 101011111 | 111100 | 10100 |
Color Harmonies of #53151E
Complementary color
Monochromatic Colors of #53151E
Black with #53151E
Text Example
Text Example
White with #53151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53151E; }
p { color: rgb(83,21,30); }
H1.HeaderClassName
{
color: #53151E;
}
.AnyTagClassName
{
color: #53151E;
}
</style>
background-color css
<style>
a { background-color: #53151E; }
a { background-color: rgb(83,21,30); }
div.DivClassName
{
background-color: #53151E;
}
.BgClassName
{
background-color: #53151E;
}
</style>
border-color css
<style>
span { border-color: #53151E; }
span { border-color: rgb(83,21,30); }
td.TdClassName
{
border-color: #53151E;
}
.TagClassName
{
border-color: #53151E;
}
</style>