Shades of Bordeaux #53171C
Tints of Bordeaux #53171C
RGB
CMYK
RGB Variations
Color information
#53171C (or 0x53171C) is known color: Bordeaux. HEX triplet: 53, 17 and 1C. RGB value is (83,23,28). Sum of RGB (Red+Green+Blue) = 83+23+28=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53171C is #ACE8E3. Grayscale: #292929. Windows color (decimal): -11331812 or 1840979. OLE color: 1840979.
HSL color Cylindrical-coordinate representation of color #53171C: hue angle of 355º 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 #53171C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 28 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.67 |
| HSL | 355º | 0.57% | 0.21% | - |
| HSV(B) | 355º | 0.72% | 0.33% | - |
| XYZ | 4.08 | 2.54 | 1.37 | - |
| YUV | 41.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 28 | 0 | 0.72 | 0.66 | 0.67 | 355 | 0.57 | 0.21 |
| Hex | 53 | 17 | 1C | 0 | 48 | 42 | 43 | 163 | 39 | 15 |
| Octal | 123 | 27 | 34 | 0 | 110 | 102 | 103 | 543 | 71 | 25 |
| Binary | 1010011 | 10111 | 11100 | 0 | 1001000 | 1000010 | 1000011 | 101100011 | 111001 | 10101 |
Color Harmonies of #53171C
Complementary color
Monochromatic Colors of #53171C
Black with #53171C
Text Example
Text Example
White with #53171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53171C; }
p { color: rgb(83,23,28); }
H1.HeaderClassName
{
color: #53171C;
}
.AnyTagClassName
{
color: #53171C;
}
</style>
background-color css
<style>
a { background-color: #53171C; }
a { background-color: rgb(83,23,28); }
div.DivClassName
{
background-color: #53171C;
}
.BgClassName
{
background-color: #53171C;
}
</style>
border-color css
<style>
span { border-color: #53171C; }
span { border-color: rgb(83,23,28); }
td.TdClassName
{
border-color: #53171C;
}
.TagClassName
{
border-color: #53171C;
}
</style>