Shades of Bordeaux #53001F
Tints of Bordeaux #53001F
RGB
CMYK
RGB Variations
Color information
#53001F (or 0x53001F) is known color: Bordeaux. HEX triplet: 53, 00 and 1F. RGB value is (83,0,31). Sum of RGB (Red+Green+Blue) = 83+0+31=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53001F is #ACFFE0. Grayscale: #1C1C1C. Windows color (decimal): -11337697 or 2031699. OLE color: 2031699.
HSL color Cylindrical-coordinate representation of color #53001F: hue angle of 337.59º 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 #53001F is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.63 | 0.67 |
| HSL | 337.59º | 1% | 0.16% | - |
| HSV(B) | 337.59º | 1% | 0.33% | - |
| XYZ | 3.81 | 1.94 | 1.47 | - |
| YUV | 28.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 31 | 0 | 1 | 0.63 | 0.67 | 337.59 | 1 | 0.16 |
| Hex | 53 | 0 | 1F | 0 | 64 | 3F | 43 | 152 | 64 | 10 |
| Octal | 123 | 0 | 37 | 0 | 144 | 77 | 103 | 522 | 144 | 20 |
| Binary | 1010011 | 0 | 11111 | 0 | 1100100 | 111111 | 1000011 | 101010010 | 1100100 | 10000 |
Color Harmonies of #53001F
Complementary color
Monochromatic Colors of #53001F
Black with #53001F
Text Example
Text Example
White with #53001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53001F; }
p { color: rgb(83,0,31); }
H1.HeaderClassName
{
color: #53001F;
}
.AnyTagClassName
{
color: #53001F;
}
</style>
background-color css
<style>
a { background-color: #53001F; }
a { background-color: rgb(83,0,31); }
div.DivClassName
{
background-color: #53001F;
}
.BgClassName
{
background-color: #53001F;
}
</style>
border-color css
<style>
span { border-color: #53001F; }
span { border-color: rgb(83,0,31); }
td.TdClassName
{
border-color: #53001F;
}
.TagClassName
{
border-color: #53001F;
}
</style>