Shades of Bordeaux #530020
Tints of Bordeaux #530020
RGB
CMYK
RGB Variations
Color information
#530020 (or 0x530020) is known color: Bordeaux. HEX triplet: 53, 00 and 20. RGB value is (83,0,32). Sum of RGB (Red+Green+Blue) = 83+0+32=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #530020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530020 is #ACFFDF. Grayscale: #1C1C1C. Windows color (decimal): -11337696 or 2097235. OLE color: 2097235.
HSL color Cylindrical-coordinate representation of color #530020: hue angle of 336.87º 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 #530020 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.61 | 0.67 |
| HSL | 336.87º | 1% | 0.16% | - |
| HSV(B) | 336.87º | 1% | 0.33% | - |
| XYZ | 3.83 | 1.94 | 1.54 | - |
| YUV | 28.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 32 | 0 | 1 | 0.61 | 0.67 | 336.87 | 1 | 0.16 |
| Hex | 53 | 0 | 20 | 0 | 64 | 3D | 43 | 151 | 64 | 10 |
| Octal | 123 | 0 | 40 | 0 | 144 | 75 | 103 | 521 | 144 | 20 |
| Binary | 1010011 | 0 | 100000 | 0 | 1100100 | 111101 | 1000011 | 101010001 | 1100100 | 10000 |
Color Harmonies of #530020
Complementary color
Monochromatic Colors of #530020
Black with #530020
Text Example
Text Example
White with #530020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530020; }
p { color: rgb(83,0,32); }
H1.HeaderClassName
{
color: #530020;
}
.AnyTagClassName
{
color: #530020;
}
</style>
background-color css
<style>
a { background-color: #530020; }
a { background-color: rgb(83,0,32); }
div.DivClassName
{
background-color: #530020;
}
.BgClassName
{
background-color: #530020;
}
</style>
border-color css
<style>
span { border-color: #530020; }
span { border-color: rgb(83,0,32); }
td.TdClassName
{
border-color: #530020;
}
.TagClassName
{
border-color: #530020;
}
</style>