Shades of Bordeaux #53061D
Tints of Bordeaux #53061D
RGB
CMYK
RGB Variations
Color information
#53061D (or 0x53061D) is known color: Bordeaux. HEX triplet: 53, 06 and 1D. RGB value is (83,6,29). Sum of RGB (Red+Green+Blue) = 83+6+29=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53061D is #ACF9E2. Grayscale: #1F1F1F. Windows color (decimal): -11336163 or 1902163. OLE color: 1902163.
HSL color Cylindrical-coordinate representation of color #53061D: hue angle of 342.08º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53061D is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 6 | 29 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.67 |
| HSL | 342.08º | 0.87% | 0.17% | - |
| HSV(B) | 342.08º | 0.93% | 0.33% | - |
| XYZ | 3.85 | 2.06 | 1.36 | - |
| YUV | 31.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 29 | 0 | 0.93 | 0.65 | 0.67 | 342.08 | 0.87 | 0.17 |
| Hex | 53 | 6 | 1D | 0 | 5D | 41 | 43 | 156 | 57 | 11 |
| Octal | 123 | 6 | 35 | 0 | 135 | 101 | 103 | 526 | 127 | 21 |
| Binary | 1010011 | 110 | 11101 | 0 | 1011101 | 1000001 | 1000011 | 101010110 | 1010111 | 10001 |
Color Harmonies of #53061D
Complementary color
Monochromatic Colors of #53061D
Black with #53061D
Text Example
Text Example
White with #53061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53061D; }
p { color: rgb(83,6,29); }
H1.HeaderClassName
{
color: #53061D;
}
.AnyTagClassName
{
color: #53061D;
}
</style>
background-color css
<style>
a { background-color: #53061D; }
a { background-color: rgb(83,6,29); }
div.DivClassName
{
background-color: #53061D;
}
.BgClassName
{
background-color: #53061D;
}
</style>
border-color css
<style>
span { border-color: #53061D; }
span { border-color: rgb(83,6,29); }
td.TdClassName
{
border-color: #53061D;
}
.TagClassName
{
border-color: #53061D;
}
</style>