Shades of Bordeaux #53171D
Tints of Bordeaux #53171D
RGB
CMYK
RGB Variations
Color information
#53171D (or 0x53171D) is known color: Bordeaux. HEX triplet: 53, 17 and 1D. RGB value is (83,23,29). Sum of RGB (Red+Green+Blue) = 83+23+29=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53171D is #ACE8E2. Grayscale: #292929. Windows color (decimal): -11331811 or 1906515. OLE color: 1906515.
HSL color Cylindrical-coordinate representation of color #53171D: hue angle of 354º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53171D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 29 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.67 |
| HSL | 354º | 0.57% | 0.21% | - |
| HSV(B) | 354º | 0.72% | 0.33% | - |
| XYZ | 4.1 | 2.54 | 1.44 | - |
| YUV | 41.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 29 | 0 | 0.72 | 0.65 | 0.67 | 354 | 0.57 | 0.21 |
| Hex | 53 | 17 | 1D | 0 | 48 | 41 | 43 | 162 | 39 | 15 |
| Octal | 123 | 27 | 35 | 0 | 110 | 101 | 103 | 542 | 71 | 25 |
| Binary | 1010011 | 10111 | 11101 | 0 | 1001000 | 1000001 | 1000011 | 101100010 | 111001 | 10101 |
Color Harmonies of #53171D
Complementary color
Monochromatic Colors of #53171D
Black with #53171D
Text Example
Text Example
White with #53171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53171D; }
p { color: rgb(83,23,29); }
H1.HeaderClassName
{
color: #53171D;
}
.AnyTagClassName
{
color: #53171D;
}
</style>
background-color css
<style>
a { background-color: #53171D; }
a { background-color: rgb(83,23,29); }
div.DivClassName
{
background-color: #53171D;
}
.BgClassName
{
background-color: #53171D;
}
</style>
border-color css
<style>
span { border-color: #53171D; }
span { border-color: rgb(83,23,29); }
td.TdClassName
{
border-color: #53171D;
}
.TagClassName
{
border-color: #53171D;
}
</style>