Shades of Bordeaux #53081D
Tints of Bordeaux #53081D
RGB
CMYK
RGB Variations
Color information
#53081D (or 0x53081D) is known color: Bordeaux. HEX triplet: 53, 08 and 1D. RGB value is (83,8,29). Sum of RGB (Red+Green+Blue) = 83+8+29=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #53081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53081D is #ACF7E2. Grayscale: #202020. Windows color (decimal): -11335651 or 1902675. OLE color: 1902675.
HSL color Cylindrical-coordinate representation of color #53081D: hue angle of 343.2º 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 #53081D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 29 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.67 |
| HSL | 343.2º | 0.82% | 0.18% | - |
| HSV(B) | 343.2º | 0.9% | 0.33% | - |
| XYZ | 3.88 | 2.1 | 1.36 | - |
| YUV | 32.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 29 | 0 | 0.90 | 0.65 | 0.67 | 343.2 | 0.82 | 0.18 |
| Hex | 53 | 8 | 1D | 0 | 5A | 41 | 43 | 157 | 52 | 12 |
| Octal | 123 | 10 | 35 | 0 | 132 | 101 | 103 | 527 | 122 | 22 |
| Binary | 1010011 | 1000 | 11101 | 0 | 1011010 | 1000001 | 1000011 | 101010111 | 1010010 | 10010 |
Color Harmonies of #53081D
Complementary color
Monochromatic Colors of #53081D
Black with #53081D
Text Example
Text Example
White with #53081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53081D; }
p { color: rgb(83,8,29); }
H1.HeaderClassName
{
color: #53081D;
}
.AnyTagClassName
{
color: #53081D;
}
</style>
background-color css
<style>
a { background-color: #53081D; }
a { background-color: rgb(83,8,29); }
div.DivClassName
{
background-color: #53081D;
}
.BgClassName
{
background-color: #53081D;
}
</style>
border-color css
<style>
span { border-color: #53081D; }
span { border-color: rgb(83,8,29); }
td.TdClassName
{
border-color: #53081D;
}
.TagClassName
{
border-color: #53081D;
}
</style>