Shades of Bordeaux #53151C
Tints of Bordeaux #53151C
RGB
CMYK
RGB Variations
Color information
#53151C (or 0x53151C) is known color: Bordeaux. HEX triplet: 53, 15 and 1C. RGB value is (83,21,28). Sum of RGB (Red+Green+Blue) = 83+21+28=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53151C is #ACEAE3. Grayscale: #282828. Windows color (decimal): -11332324 or 1840467. OLE color: 1840467.
HSL color Cylindrical-coordinate representation of color #53151C: hue angle of 353.23º 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 #53151C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 28 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.67 |
| HSL | 353.23º | 0.6% | 0.2% | - |
| HSV(B) | 353.23º | 0.75% | 0.33% | - |
| XYZ | 4.05 | 2.46 | 1.36 | - |
| YUV | 40.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 28 | 0 | 0.75 | 0.66 | 0.67 | 353.23 | 0.6 | 0.2 |
| Hex | 53 | 15 | 1C | 0 | 4B | 42 | 43 | 161 | 3C | 14 |
| Octal | 123 | 25 | 34 | 0 | 113 | 102 | 103 | 541 | 74 | 24 |
| Binary | 1010011 | 10101 | 11100 | 0 | 1001011 | 1000010 | 1000011 | 101100001 | 111100 | 10100 |
Color Harmonies of #53151C
Complementary color
Monochromatic Colors of #53151C
Black with #53151C
Text Example
Text Example
White with #53151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53151C; }
p { color: rgb(83,21,28); }
H1.HeaderClassName
{
color: #53151C;
}
.AnyTagClassName
{
color: #53151C;
}
</style>
background-color css
<style>
a { background-color: #53151C; }
a { background-color: rgb(83,21,28); }
div.DivClassName
{
background-color: #53151C;
}
.BgClassName
{
background-color: #53151C;
}
</style>
border-color css
<style>
span { border-color: #53151C; }
span { border-color: rgb(83,21,28); }
td.TdClassName
{
border-color: #53151C;
}
.TagClassName
{
border-color: #53151C;
}
</style>