Shades of Bordeaux #53081B
Tints of Bordeaux #53081B
RGB
CMYK
RGB Variations
Color information
#53081B (or 0x53081B) is known color: Bordeaux. HEX triplet: 53, 08 and 1B. RGB value is (83,8,27). Sum of RGB (Red+Green+Blue) = 83+8+27=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53081B is #ACF7E4. Grayscale: #202020. Windows color (decimal): -11335653 or 1771603. OLE color: 1771603.
HSL color Cylindrical-coordinate representation of color #53081B: hue angle of 344.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53081B is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 27 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.67 |
| HSL | 344.8º | 0.82% | 0.18% | - |
| HSV(B) | 344.8º | 0.9% | 0.33% | - |
| XYZ | 3.85 | 2.09 | 1.24 | - |
| YUV | 32.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 27 | 0 | 0.90 | 0.67 | 0.67 | 344.8 | 0.82 | 0.18 |
| Hex | 53 | 8 | 1B | 0 | 5A | 43 | 43 | 159 | 52 | 12 |
| Octal | 123 | 10 | 33 | 0 | 132 | 103 | 103 | 531 | 122 | 22 |
| Binary | 1010011 | 1000 | 11011 | 0 | 1011010 | 1000011 | 1000011 | 101011001 | 1010010 | 10010 |
Color Harmonies of #53081B
Complementary color
Monochromatic Colors of #53081B
Black with #53081B
Text Example
Text Example
White with #53081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53081B; }
p { color: rgb(83,8,27); }
H1.HeaderClassName
{
color: #53081B;
}
.AnyTagClassName
{
color: #53081B;
}
</style>
background-color css
<style>
a { background-color: #53081B; }
a { background-color: rgb(83,8,27); }
div.DivClassName
{
background-color: #53081B;
}
.BgClassName
{
background-color: #53081B;
}
</style>
border-color css
<style>
span { border-color: #53081B; }
span { border-color: rgb(83,8,27); }
td.TdClassName
{
border-color: #53081B;
}
.TagClassName
{
border-color: #53081B;
}
</style>