Shades of Bordeaux #53141B
Tints of Bordeaux #53141B
RGB
CMYK
RGB Variations
Color information
#53141B (or 0x53141B) is known color: Bordeaux. HEX triplet: 53, 14 and 1B. RGB value is (83,20,27). Sum of RGB (Red+Green+Blue) = 83+20+27=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53141B is #ACEBE4. Grayscale: #272727. Windows color (decimal): -11332581 or 1774675. OLE color: 1774675.
HSL color Cylindrical-coordinate representation of color #53141B: hue angle of 353.33º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53141B is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 27 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.67 |
| HSL | 353.33º | 0.61% | 0.2% | - |
| HSV(B) | 353.33º | 0.76% | 0.33% | - |
| XYZ | 4.02 | 2.42 | 1.29 | - |
| YUV | 39.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 27 | 0 | 0.76 | 0.67 | 0.67 | 353.33 | 0.61 | 0.2 |
| Hex | 53 | 14 | 1B | 0 | 4C | 43 | 43 | 161 | 3D | 14 |
| Octal | 123 | 24 | 33 | 0 | 114 | 103 | 103 | 541 | 75 | 24 |
| Binary | 1010011 | 10100 | 11011 | 0 | 1001100 | 1000011 | 1000011 | 101100001 | 111101 | 10100 |
Color Harmonies of #53141B
Complementary color
Monochromatic Colors of #53141B
Black with #53141B
Text Example
Text Example
White with #53141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53141B; }
p { color: rgb(83,20,27); }
H1.HeaderClassName
{
color: #53141B;
}
.AnyTagClassName
{
color: #53141B;
}
</style>
background-color css
<style>
a { background-color: #53141B; }
a { background-color: rgb(83,20,27); }
div.DivClassName
{
background-color: #53141B;
}
.BgClassName
{
background-color: #53141B;
}
</style>
border-color css
<style>
span { border-color: #53141B; }
span { border-color: rgb(83,20,27); }
td.TdClassName
{
border-color: #53141B;
}
.TagClassName
{
border-color: #53141B;
}
</style>