Shades of Bordeaux #53162A
Tints of Bordeaux #53162A
RGB
CMYK
RGB Variations
Color information
#53162A (or 0x53162A) is known color: Bordeaux. HEX triplet: 53, 16 and 2A. RGB value is (83,22,42). Sum of RGB (Red+Green+Blue) = 83+22+42=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53162A is #ACE9D5. Grayscale: #2A2A2A. Windows color (decimal): -11332054 or 2758227. OLE color: 2758227.
HSL color Cylindrical-coordinate representation of color #53162A: hue angle of 340.33º 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 #53162A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 42 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.67 |
| HSL | 340.33º | 0.58% | 0.21% | - |
| HSV(B) | 340.33º | 0.73% | 0.33% | - |
| XYZ | 4.27 | 2.58 | 2.46 | - |
| YUV | 42.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 42 | 0 | 0.73 | 0.49 | 0.67 | 340.33 | 0.58 | 0.21 |
| Hex | 53 | 16 | 2A | 0 | 49 | 31 | 43 | 154 | 3A | 15 |
| Octal | 123 | 26 | 52 | 0 | 111 | 61 | 103 | 524 | 72 | 25 |
| Binary | 1010011 | 10110 | 101010 | 0 | 1001001 | 110001 | 1000011 | 101010100 | 111010 | 10101 |
Color Harmonies of #53162A
Complementary color
Monochromatic Colors of #53162A
Black with #53162A
Text Example
Text Example
White with #53162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53162A; }
p { color: rgb(83,22,42); }
H1.HeaderClassName
{
color: #53162A;
}
.AnyTagClassName
{
color: #53162A;
}
</style>
background-color css
<style>
a { background-color: #53162A; }
a { background-color: rgb(83,22,42); }
div.DivClassName
{
background-color: #53162A;
}
.BgClassName
{
background-color: #53162A;
}
</style>
border-color css
<style>
span { border-color: #53162A; }
span { border-color: rgb(83,22,42); }
td.TdClassName
{
border-color: #53162A;
}
.TagClassName
{
border-color: #53162A;
}
</style>