Shades of Bordeaux #53011A
Tints of Bordeaux #53011A
RGB
CMYK
RGB Variations
Color information
#53011A (or 0x53011A) is known color: Bordeaux. HEX triplet: 53, 01 and 1A. RGB value is (83,1,26). Sum of RGB (Red+Green+Blue) = 83+1+26=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #53011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53011A is #ACFEE5. Grayscale: #1C1C1C. Windows color (decimal): -11337446 or 1704275. OLE color: 1704275.
HSL color Cylindrical-coordinate representation of color #53011A: hue angle of 341.71º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53011A is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.67 |
| HSL | 341.71º | 0.98% | 0.16% | - |
| HSV(B) | 341.71º | 0.99% | 0.33% | - |
| XYZ | 3.76 | 1.94 | 1.15 | - |
| YUV | 28.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 26 | 0 | 0.99 | 0.69 | 0.67 | 341.71 | 0.98 | 0.16 |
| Hex | 53 | 1 | 1A | 0 | 63 | 45 | 43 | 156 | 62 | 10 |
| Octal | 123 | 1 | 32 | 0 | 143 | 105 | 103 | 526 | 142 | 20 |
| Binary | 1010011 | 1 | 11010 | 0 | 1100011 | 1000101 | 1000011 | 101010110 | 1100010 | 10000 |
Color Harmonies of #53011A
Complementary color
Monochromatic Colors of #53011A
Black with #53011A
Text Example
Text Example
White with #53011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53011A; }
p { color: rgb(83,1,26); }
H1.HeaderClassName
{
color: #53011A;
}
.AnyTagClassName
{
color: #53011A;
}
</style>
background-color css
<style>
a { background-color: #53011A; }
a { background-color: rgb(83,1,26); }
div.DivClassName
{
background-color: #53011A;
}
.BgClassName
{
background-color: #53011A;
}
</style>
border-color css
<style>
span { border-color: #53011A; }
span { border-color: rgb(83,1,26); }
td.TdClassName
{
border-color: #53011A;
}
.TagClassName
{
border-color: #53011A;
}
</style>