Shades of Bordeaux #530211
Tints of Bordeaux #530211
RGB
CMYK
RGB Variations
Color information
#530211 (or 0x530211) is known color: Bordeaux. HEX triplet: 53, 02 and 11. RGB value is (83,2,17). Sum of RGB (Red+Green+Blue) = 83+2+17=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #530211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530211 is #ACFDEE. Grayscale: #1B1B1B. Windows color (decimal): -11337199 or 1114707. OLE color: 1114707.
HSL color Cylindrical-coordinate representation of color #530211: hue angle of 348.89º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530211 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.67 |
| HSL | 348.89º | 0.95% | 0.17% | - |
| HSV(B) | 348.89º | 0.98% | 0.33% | - |
| XYZ | 3.69 | 1.92 | 0.71 | - |
| YUV | 27.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 17 | 0 | 0.98 | 0.80 | 0.67 | 348.89 | 0.95 | 0.17 |
| Hex | 53 | 2 | 11 | 0 | 62 | 50 | 43 | 15D | 5F | 11 |
| Octal | 123 | 2 | 21 | 0 | 142 | 120 | 103 | 535 | 137 | 21 |
| Binary | 1010011 | 10 | 10001 | 0 | 1100010 | 1010000 | 1000011 | 101011101 | 1011111 | 10001 |
Color Harmonies of #530211
Complementary color
Monochromatic Colors of #530211
Black with #530211
Text Example
Text Example
White with #530211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530211; }
p { color: rgb(83,2,17); }
H1.HeaderClassName
{
color: #530211;
}
.AnyTagClassName
{
color: #530211;
}
</style>
background-color css
<style>
a { background-color: #530211; }
a { background-color: rgb(83,2,17); }
div.DivClassName
{
background-color: #530211;
}
.BgClassName
{
background-color: #530211;
}
</style>
border-color css
<style>
span { border-color: #530211; }
span { border-color: rgb(83,2,17); }
td.TdClassName
{
border-color: #530211;
}
.TagClassName
{
border-color: #530211;
}
</style>