Shades of Bordeaux #53161C
Tints of Bordeaux #53161C
RGB
CMYK
RGB Variations
Color information
#53161C (or 0x53161C) is known color: Bordeaux. HEX triplet: 53, 16 and 1C. RGB value is (83,22,28). Sum of RGB (Red+Green+Blue) = 83+22+28=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53161C is #ACE9E3. Grayscale: #282828. Windows color (decimal): -11332068 or 1840723. OLE color: 1840723.
HSL color Cylindrical-coordinate representation of color #53161C: hue angle of 354.1º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53161C is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 28 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.67 |
| HSL | 354.1º | 0.58% | 0.21% | - |
| HSV(B) | 354.1º | 0.73% | 0.33% | - |
| XYZ | 4.06 | 2.5 | 1.37 | - |
| YUV | 40.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 28 | 0 | 0.73 | 0.66 | 0.67 | 354.1 | 0.58 | 0.21 |
| Hex | 53 | 16 | 1C | 0 | 49 | 42 | 43 | 162 | 3A | 15 |
| Octal | 123 | 26 | 34 | 0 | 111 | 102 | 103 | 542 | 72 | 25 |
| Binary | 1010011 | 10110 | 11100 | 0 | 1001001 | 1000010 | 1000011 | 101100010 | 111010 | 10101 |
Color Harmonies of #53161C
Complementary color
Monochromatic Colors of #53161C
Black with #53161C
Text Example
Text Example
White with #53161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53161C; }
p { color: rgb(83,22,28); }
H1.HeaderClassName
{
color: #53161C;
}
.AnyTagClassName
{
color: #53161C;
}
</style>
background-color css
<style>
a { background-color: #53161C; }
a { background-color: rgb(83,22,28); }
div.DivClassName
{
background-color: #53161C;
}
.BgClassName
{
background-color: #53161C;
}
</style>
border-color css
<style>
span { border-color: #53161C; }
span { border-color: rgb(83,22,28); }
td.TdClassName
{
border-color: #53161C;
}
.TagClassName
{
border-color: #53161C;
}
</style>