Shades of Bordeaux #53141E
Tints of Bordeaux #53141E
RGB
CMYK
RGB Variations
Color information
#53141E (or 0x53141E) is known color: Bordeaux. HEX triplet: 53, 14 and 1E. RGB value is (83,20,30). Sum of RGB (Red+Green+Blue) = 83+20+30=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53141E is #ACEBE1. Grayscale: #272727. Windows color (decimal): -11332578 or 1971283. OLE color: 1971283.
HSL color Cylindrical-coordinate representation of color #53141E: hue angle of 350.48º 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 #53141E is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 30 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.67 |
| HSL | 350.48º | 0.61% | 0.2% | - |
| HSV(B) | 350.48º | 0.76% | 0.33% | - |
| XYZ | 4.05 | 2.43 | 1.48 | - |
| YUV | 39.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 30 | 0 | 0.76 | 0.64 | 0.67 | 350.48 | 0.61 | 0.2 |
| Hex | 53 | 14 | 1E | 0 | 4C | 40 | 43 | 15E | 3D | 14 |
| Octal | 123 | 24 | 36 | 0 | 114 | 100 | 103 | 536 | 75 | 24 |
| Binary | 1010011 | 10100 | 11110 | 0 | 1001100 | 1000000 | 1000011 | 101011110 | 111101 | 10100 |
Color Harmonies of #53141E
Complementary color
Monochromatic Colors of #53141E
Black with #53141E
Text Example
Text Example
White with #53141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53141E; }
p { color: rgb(83,20,30); }
H1.HeaderClassName
{
color: #53141E;
}
.AnyTagClassName
{
color: #53141E;
}
</style>
background-color css
<style>
a { background-color: #53141E; }
a { background-color: rgb(83,20,30); }
div.DivClassName
{
background-color: #53141E;
}
.BgClassName
{
background-color: #53141E;
}
</style>
border-color css
<style>
span { border-color: #53141E; }
span { border-color: rgb(83,20,30); }
td.TdClassName
{
border-color: #53141E;
}
.TagClassName
{
border-color: #53141E;
}
</style>