Shades of Bordeaux #53111E
Tints of Bordeaux #53111E
RGB
CMYK
RGB Variations
Color information
#53111E (or 0x53111E) is known color: Bordeaux. HEX triplet: 53, 11 and 1E. RGB value is (83,17,30). Sum of RGB (Red+Green+Blue) = 83+17+30=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111E is #ACEEE1. Grayscale: #262626. Windows color (decimal): -11333346 or 1970515. OLE color: 1970515.
HSL color Cylindrical-coordinate representation of color #53111E: hue angle of 348.18º 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 #53111E is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 30 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.67 |
| HSL | 348.18º | 0.66% | 0.2% | - |
| HSV(B) | 348.18º | 0.8% | 0.33% | - |
| XYZ | 4 | 2.33 | 1.47 | - |
| YUV | 38.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 30 | 0 | 0.80 | 0.64 | 0.67 | 348.18 | 0.66 | 0.2 |
| Hex | 53 | 11 | 1E | 0 | 50 | 40 | 43 | 15C | 42 | 14 |
| Octal | 123 | 21 | 36 | 0 | 120 | 100 | 103 | 534 | 102 | 24 |
| Binary | 1010011 | 10001 | 11110 | 0 | 1010000 | 1000000 | 1000011 | 101011100 | 1000010 | 10100 |
Color Harmonies of #53111E
Complementary color
Monochromatic Colors of #53111E
Black with #53111E
Text Example
Text Example
White with #53111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53111E; }
p { color: rgb(83,17,30); }
H1.HeaderClassName
{
color: #53111E;
}
.AnyTagClassName
{
color: #53111E;
}
</style>
background-color css
<style>
a { background-color: #53111E; }
a { background-color: rgb(83,17,30); }
div.DivClassName
{
background-color: #53111E;
}
.BgClassName
{
background-color: #53111E;
}
</style>
border-color css
<style>
span { border-color: #53111E; }
span { border-color: rgb(83,17,30); }
td.TdClassName
{
border-color: #53111E;
}
.TagClassName
{
border-color: #53111E;
}
</style>