Shades of Bordeaux #53091A
Tints of Bordeaux #53091A
RGB
CMYK
RGB Variations
Color information
#53091A (or 0x53091A) is known color: Bordeaux. HEX triplet: 53, 09 and 1A. RGB value is (83,9,26). Sum of RGB (Red+Green+Blue) = 83+9+26=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53091A is #ACF6E5. Grayscale: #212121. Windows color (decimal): -11335398 or 1706323. OLE color: 1706323.
HSL color Cylindrical-coordinate representation of color #53091A: hue angle of 346.22º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53091A is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 26 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.67 |
| HSL | 346.22º | 0.8% | 0.18% | - |
| HSV(B) | 346.22º | 0.89% | 0.33% | - |
| XYZ | 3.85 | 2.11 | 1.18 | - |
| YUV | 33.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 26 | 0 | 0.89 | 0.69 | 0.67 | 346.22 | 0.8 | 0.18 |
| Hex | 53 | 9 | 1A | 0 | 59 | 45 | 43 | 15A | 50 | 12 |
| Octal | 123 | 11 | 32 | 0 | 131 | 105 | 103 | 532 | 120 | 22 |
| Binary | 1010011 | 1001 | 11010 | 0 | 1011001 | 1000101 | 1000011 | 101011010 | 1010000 | 10010 |
Color Harmonies of #53091A
Complementary color
Monochromatic Colors of #53091A
Black with #53091A
Text Example
Text Example
White with #53091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53091A; }
p { color: rgb(83,9,26); }
H1.HeaderClassName
{
color: #53091A;
}
.AnyTagClassName
{
color: #53091A;
}
</style>
background-color css
<style>
a { background-color: #53091A; }
a { background-color: rgb(83,9,26); }
div.DivClassName
{
background-color: #53091A;
}
.BgClassName
{
background-color: #53091A;
}
</style>
border-color css
<style>
span { border-color: #53091A; }
span { border-color: rgb(83,9,26); }
td.TdClassName
{
border-color: #53091A;
}
.TagClassName
{
border-color: #53091A;
}
</style>