Shades of Bordeaux #53111D
Tints of Bordeaux #53111D
RGB
CMYK
RGB Variations
Color information
#53111D (or 0x53111D) is known color: Bordeaux. HEX triplet: 53, 11 and 1D. RGB value is (83,17,29). Sum of RGB (Red+Green+Blue) = 83+17+29=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111D is #ACEEE2. Grayscale: #262626. Windows color (decimal): -11333347 or 1904979. OLE color: 1904979.
HSL color Cylindrical-coordinate representation of color #53111D: hue angle of 349.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53111D is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 29 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.67 |
| HSL | 349.09º | 0.66% | 0.2% | - |
| HSV(B) | 349.09º | 0.8% | 0.33% | - |
| XYZ | 3.99 | 2.33 | 1.4 | - |
| YUV | 38.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 29 | 0 | 0.80 | 0.65 | 0.67 | 349.09 | 0.66 | 0.2 |
| Hex | 53 | 11 | 1D | 0 | 50 | 41 | 43 | 15D | 42 | 14 |
| Octal | 123 | 21 | 35 | 0 | 120 | 101 | 103 | 535 | 102 | 24 |
| Binary | 1010011 | 10001 | 11101 | 0 | 1010000 | 1000001 | 1000011 | 101011101 | 1000010 | 10100 |
Color Harmonies of #53111D
Complementary color
Monochromatic Colors of #53111D
Black with #53111D
Text Example
Text Example
White with #53111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53111D; }
p { color: rgb(83,17,29); }
H1.HeaderClassName
{
color: #53111D;
}
.AnyTagClassName
{
color: #53111D;
}
</style>
background-color css
<style>
a { background-color: #53111D; }
a { background-color: rgb(83,17,29); }
div.DivClassName
{
background-color: #53111D;
}
.BgClassName
{
background-color: #53111D;
}
</style>
border-color css
<style>
span { border-color: #53111D; }
span { border-color: rgb(83,17,29); }
td.TdClassName
{
border-color: #53111D;
}
.TagClassName
{
border-color: #53111D;
}
</style>