Shades of Bordeaux #53151B
Tints of Bordeaux #53151B
RGB
CMYK
RGB Variations
Color information
#53151B (or 0x53151B) is known color: Bordeaux. HEX triplet: 53, 15 and 1B. RGB value is (83,21,27). Sum of RGB (Red+Green+Blue) = 83+21+27=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53151B is #ACEAE4. Grayscale: #282828. Windows color (decimal): -11332325 or 1774931. OLE color: 1774931.
HSL color Cylindrical-coordinate representation of color #53151B: hue angle of 354.19º 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 #53151B is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 27 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.67 |
| HSL | 354.19º | 0.6% | 0.2% | - |
| HSV(B) | 354.19º | 0.75% | 0.33% | - |
| XYZ | 4.03 | 2.45 | 1.3 | - |
| YUV | 40.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 27 | 0 | 0.75 | 0.67 | 0.67 | 354.19 | 0.6 | 0.2 |
| Hex | 53 | 15 | 1B | 0 | 4B | 43 | 43 | 162 | 3C | 14 |
| Octal | 123 | 25 | 33 | 0 | 113 | 103 | 103 | 542 | 74 | 24 |
| Binary | 1010011 | 10101 | 11011 | 0 | 1001011 | 1000011 | 1000011 | 101100010 | 111100 | 10100 |
Color Harmonies of #53151B
Complementary color
Monochromatic Colors of #53151B
Black with #53151B
Text Example
Text Example
White with #53151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53151B; }
p { color: rgb(83,21,27); }
H1.HeaderClassName
{
color: #53151B;
}
.AnyTagClassName
{
color: #53151B;
}
</style>
background-color css
<style>
a { background-color: #53151B; }
a { background-color: rgb(83,21,27); }
div.DivClassName
{
background-color: #53151B;
}
.BgClassName
{
background-color: #53151B;
}
</style>
border-color css
<style>
span { border-color: #53151B; }
span { border-color: rgb(83,21,27); }
td.TdClassName
{
border-color: #53151B;
}
.TagClassName
{
border-color: #53151B;
}
</style>