Shades of Bordeaux #53001D
Tints of Bordeaux #53001D
RGB
CMYK
RGB Variations
Color information
#53001D (or 0x53001D) is known color: Bordeaux. HEX triplet: 53, 00 and 1D. RGB value is (83,0,29). Sum of RGB (Red+Green+Blue) = 83+0+29=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #53001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53001D is #ACFFE2. Grayscale: #1C1C1C. Windows color (decimal): -11337699 or 1900627. OLE color: 1900627.
HSL color Cylindrical-coordinate representation of color #53001D: hue angle of 339.04º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53001D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.65 | 0.67 |
| HSL | 339.04º | 1% | 0.16% | - |
| HSV(B) | 339.04º | 1% | 0.33% | - |
| XYZ | 3.79 | 1.93 | 1.33 | - |
| YUV | 28.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 29 | 0 | 1 | 0.65 | 0.67 | 339.04 | 1 | 0.16 |
| Hex | 53 | 0 | 1D | 0 | 64 | 41 | 43 | 153 | 64 | 10 |
| Octal | 123 | 0 | 35 | 0 | 144 | 101 | 103 | 523 | 144 | 20 |
| Binary | 1010011 | 0 | 11101 | 0 | 1100100 | 1000001 | 1000011 | 101010011 | 1100100 | 10000 |
Color Harmonies of #53001D
Complementary color
Monochromatic Colors of #53001D
Black with #53001D
Text Example
Text Example
White with #53001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53001D; }
p { color: rgb(83,0,29); }
H1.HeaderClassName
{
color: #53001D;
}
.AnyTagClassName
{
color: #53001D;
}
</style>
background-color css
<style>
a { background-color: #53001D; }
a { background-color: rgb(83,0,29); }
div.DivClassName
{
background-color: #53001D;
}
.BgClassName
{
background-color: #53001D;
}
</style>
border-color css
<style>
span { border-color: #53001D; }
span { border-color: rgb(83,0,29); }
td.TdClassName
{
border-color: #53001D;
}
.TagClassName
{
border-color: #53001D;
}
</style>