Shades of Bordeaux #53191F
Tints of Bordeaux #53191F
RGB
CMYK
RGB Variations
Color information
#53191F (or 0x53191F) is known color: Bordeaux. HEX triplet: 53, 19 and 1F. RGB value is (83,25,31). Sum of RGB (Red+Green+Blue) = 83+25+31=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #53191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53191F is #ACE6E0. Grayscale: #2B2B2B. Windows color (decimal): -11331297 or 2038099. OLE color: 2038099.
HSL color Cylindrical-coordinate representation of color #53191F: hue angle of 353.79º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53191F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 31 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.67 |
| HSL | 353.79º | 0.54% | 0.21% | - |
| HSV(B) | 353.79º | 0.7% | 0.33% | - |
| XYZ | 4.16 | 2.63 | 1.59 | - |
| YUV | 43.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 31 | 0 | 0.70 | 0.63 | 0.67 | 353.79 | 0.54 | 0.21 |
| Hex | 53 | 19 | 1F | 0 | 46 | 3F | 43 | 162 | 36 | 15 |
| Octal | 123 | 31 | 37 | 0 | 106 | 77 | 103 | 542 | 66 | 25 |
| Binary | 1010011 | 11001 | 11111 | 0 | 1000110 | 111111 | 1000011 | 101100010 | 110110 | 10101 |
Color Harmonies of #53191F
Complementary color
Monochromatic Colors of #53191F
Black with #53191F
Text Example
Text Example
White with #53191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53191F; }
p { color: rgb(83,25,31); }
H1.HeaderClassName
{
color: #53191F;
}
.AnyTagClassName
{
color: #53191F;
}
</style>
background-color css
<style>
a { background-color: #53191F; }
a { background-color: rgb(83,25,31); }
div.DivClassName
{
background-color: #53191F;
}
.BgClassName
{
background-color: #53191F;
}
</style>
border-color css
<style>
span { border-color: #53191F; }
span { border-color: rgb(83,25,31); }
td.TdClassName
{
border-color: #53191F;
}
.TagClassName
{
border-color: #53191F;
}
</style>