Shades of Bordeaux #53111F
Tints of Bordeaux #53111F
RGB
CMYK
RGB Variations
Color information
#53111F (or 0x53111F) is known color: Bordeaux. HEX triplet: 53, 11 and 1F. RGB value is (83,17,31). Sum of RGB (Red+Green+Blue) = 83+17+31=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111F is #ACEEE0. Grayscale: #262626. Windows color (decimal): -11333345 or 2036051. OLE color: 2036051.
HSL color Cylindrical-coordinate representation of color #53111F: hue angle of 347.27º 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 #53111F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 31 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.67 |
| HSL | 347.27º | 0.66% | 0.2% | - |
| HSV(B) | 347.27º | 0.8% | 0.33% | - |
| XYZ | 4.02 | 2.34 | 1.54 | - |
| YUV | 38.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 31 | 0 | 0.80 | 0.63 | 0.67 | 347.27 | 0.66 | 0.2 |
| Hex | 53 | 11 | 1F | 0 | 50 | 3F | 43 | 15B | 42 | 14 |
| Octal | 123 | 21 | 37 | 0 | 120 | 77 | 103 | 533 | 102 | 24 |
| Binary | 1010011 | 10001 | 11111 | 0 | 1010000 | 111111 | 1000011 | 101011011 | 1000010 | 10100 |
Color Harmonies of #53111F
Complementary color
Monochromatic Colors of #53111F
Black with #53111F
Text Example
Text Example
White with #53111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53111F; }
p { color: rgb(83,17,31); }
H1.HeaderClassName
{
color: #53111F;
}
.AnyTagClassName
{
color: #53111F;
}
</style>
background-color css
<style>
a { background-color: #53111F; }
a { background-color: rgb(83,17,31); }
div.DivClassName
{
background-color: #53111F;
}
.BgClassName
{
background-color: #53111F;
}
</style>
border-color css
<style>
span { border-color: #53111F; }
span { border-color: rgb(83,17,31); }
td.TdClassName
{
border-color: #53111F;
}
.TagClassName
{
border-color: #53111F;
}
</style>