Shades of Bordeaux #53192B
Tints of Bordeaux #53192B
RGB
CMYK
RGB Variations
Color information
#53192B (or 0x53192B) is known color: Bordeaux. HEX triplet: 53, 19 and 2B. RGB value is (83,25,43). Sum of RGB (Red+Green+Blue) = 83+25+43=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53192B is #ACE6D4. Grayscale: #2C2C2C. Windows color (decimal): -11331285 or 2824531. OLE color: 2824531.
HSL color Cylindrical-coordinate representation of color #53192B: hue angle of 341.38º 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 #53192B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 43 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.67 |
| HSL | 341.38º | 0.54% | 0.21% | - |
| HSV(B) | 341.38º | 0.7% | 0.33% | - |
| XYZ | 4.35 | 2.71 | 2.58 | - |
| YUV | 44.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 43 | 0 | 0.70 | 0.48 | 0.67 | 341.38 | 0.54 | 0.21 |
| Hex | 53 | 19 | 2B | 0 | 46 | 30 | 43 | 155 | 36 | 15 |
| Octal | 123 | 31 | 53 | 0 | 106 | 60 | 103 | 525 | 66 | 25 |
| Binary | 1010011 | 11001 | 101011 | 0 | 1000110 | 110000 | 1000011 | 101010101 | 110110 | 10101 |
Color Harmonies of #53192B
Complementary color
Monochromatic Colors of #53192B
Black with #53192B
Text Example
Text Example
White with #53192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53192B; }
p { color: rgb(83,25,43); }
H1.HeaderClassName
{
color: #53192B;
}
.AnyTagClassName
{
color: #53192B;
}
</style>
background-color css
<style>
a { background-color: #53192B; }
a { background-color: rgb(83,25,43); }
div.DivClassName
{
background-color: #53192B;
}
.BgClassName
{
background-color: #53192B;
}
</style>
border-color css
<style>
span { border-color: #53192B; }
span { border-color: rgb(83,25,43); }
td.TdClassName
{
border-color: #53192B;
}
.TagClassName
{
border-color: #53192B;
}
</style>