Shades of Bordeaux #53081E
Tints of Bordeaux #53081E
RGB
CMYK
RGB Variations
Color information
#53081E (or 0x53081E) is known color: Bordeaux. HEX triplet: 53, 08 and 1E. RGB value is (83,8,30). Sum of RGB (Red+Green+Blue) = 83+8+30=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #53081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53081E is #ACF7E1. Grayscale: #202020. Windows color (decimal): -11335650 or 1968211. OLE color: 1968211.
HSL color Cylindrical-coordinate representation of color #53081E: hue angle of 342.4º 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 #53081E is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 30 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.67 |
| HSL | 342.4º | 0.82% | 0.18% | - |
| HSV(B) | 342.4º | 0.9% | 0.33% | - |
| XYZ | 3.89 | 2.11 | 1.43 | - |
| YUV | 32.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 30 | 0 | 0.90 | 0.64 | 0.67 | 342.4 | 0.82 | 0.18 |
| Hex | 53 | 8 | 1E | 0 | 5A | 40 | 43 | 156 | 52 | 12 |
| Octal | 123 | 10 | 36 | 0 | 132 | 100 | 103 | 526 | 122 | 22 |
| Binary | 1010011 | 1000 | 11110 | 0 | 1011010 | 1000000 | 1000011 | 101010110 | 1010010 | 10010 |
Color Harmonies of #53081E
Complementary color
Monochromatic Colors of #53081E
Black with #53081E
Text Example
Text Example
White with #53081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53081E; }
p { color: rgb(83,8,30); }
H1.HeaderClassName
{
color: #53081E;
}
.AnyTagClassName
{
color: #53081E;
}
</style>
background-color css
<style>
a { background-color: #53081E; }
a { background-color: rgb(83,8,30); }
div.DivClassName
{
background-color: #53081E;
}
.BgClassName
{
background-color: #53081E;
}
</style>
border-color css
<style>
span { border-color: #53081E; }
span { border-color: rgb(83,8,30); }
td.TdClassName
{
border-color: #53081E;
}
.TagClassName
{
border-color: #53081E;
}
</style>