Shades of Bordeaux #531020
Tints of Bordeaux #531020
RGB
CMYK
RGB Variations
Color information
#531020 (or 0x531020) is known color: Bordeaux. HEX triplet: 53, 10 and 20. RGB value is (83,16,32). Sum of RGB (Red+Green+Blue) = 83+16+32=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #531020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531020 is #ACEFDF. Grayscale: #252525. Windows color (decimal): -11333600 or 2101331. OLE color: 2101331.
HSL color Cylindrical-coordinate representation of color #531020: hue angle of 345.67º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531020 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 32 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.67 |
| HSL | 345.67º | 0.68% | 0.19% | - |
| HSV(B) | 345.67º | 0.81% | 0.33% | - |
| XYZ | 4.01 | 2.31 | 1.6 | - |
| YUV | 37.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 32 | 0 | 0.81 | 0.61 | 0.67 | 345.67 | 0.68 | 0.19 |
| Hex | 53 | 10 | 20 | 0 | 51 | 3D | 43 | 15A | 44 | 13 |
| Octal | 123 | 20 | 40 | 0 | 121 | 75 | 103 | 532 | 104 | 23 |
| Binary | 1010011 | 10000 | 100000 | 0 | 1010001 | 111101 | 1000011 | 101011010 | 1000100 | 10011 |
Color Harmonies of #531020
Complementary color
Monochromatic Colors of #531020
Black with #531020
Text Example
Text Example
White with #531020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531020; }
p { color: rgb(83,16,32); }
H1.HeaderClassName
{
color: #531020;
}
.AnyTagClassName
{
color: #531020;
}
</style>
background-color css
<style>
a { background-color: #531020; }
a { background-color: rgb(83,16,32); }
div.DivClassName
{
background-color: #531020;
}
.BgClassName
{
background-color: #531020;
}
</style>
border-color css
<style>
span { border-color: #531020; }
span { border-color: rgb(83,16,32); }
td.TdClassName
{
border-color: #531020;
}
.TagClassName
{
border-color: #531020;
}
</style>