Shades of Bordeaux #53172A
Tints of Bordeaux #53172A
RGB
CMYK
RGB Variations
Color information
#53172A (or 0x53172A) is known color: Bordeaux. HEX triplet: 53, 17 and 2A. RGB value is (83,23,42). Sum of RGB (Red+Green+Blue) = 83+23+42=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53172A is #ACE8D5. Grayscale: #2B2B2B. Windows color (decimal): -11331798 or 2758483. OLE color: 2758483.
HSL color Cylindrical-coordinate representation of color #53172A: hue angle of 341º 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 #53172A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 42 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.67 |
| HSL | 341º | 0.57% | 0.21% | - |
| HSV(B) | 341º | 0.72% | 0.33% | - |
| XYZ | 4.29 | 2.62 | 2.47 | - |
| YUV | 43.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 42 | 0 | 0.72 | 0.49 | 0.67 | 341 | 0.57 | 0.21 |
| Hex | 53 | 17 | 2A | 0 | 48 | 31 | 43 | 155 | 39 | 15 |
| Octal | 123 | 27 | 52 | 0 | 110 | 61 | 103 | 525 | 71 | 25 |
| Binary | 1010011 | 10111 | 101010 | 0 | 1001000 | 110001 | 1000011 | 101010101 | 111001 | 10101 |
Color Harmonies of #53172A
Complementary color
Monochromatic Colors of #53172A
Black with #53172A
Text Example
Text Example
White with #53172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53172A; }
p { color: rgb(83,23,42); }
H1.HeaderClassName
{
color: #53172A;
}
.AnyTagClassName
{
color: #53172A;
}
</style>
background-color css
<style>
a { background-color: #53172A; }
a { background-color: rgb(83,23,42); }
div.DivClassName
{
background-color: #53172A;
}
.BgClassName
{
background-color: #53172A;
}
</style>
border-color css
<style>
span { border-color: #53172A; }
span { border-color: rgb(83,23,42); }
td.TdClassName
{
border-color: #53172A;
}
.TagClassName
{
border-color: #53172A;
}
</style>