Shades of Bordeaux #530521
Tints of Bordeaux #530521
RGB
CMYK
RGB Variations
Color information
#530521 (or 0x530521) is known color: Bordeaux. HEX triplet: 53, 05 and 21. RGB value is (83,5,33). Sum of RGB (Red+Green+Blue) = 83+5+33=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #530521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530521 is #ACFADE. Grayscale: #1F1F1F. Windows color (decimal): -11336415 or 2164051. OLE color: 2164051.
HSL color Cylindrical-coordinate representation of color #530521: hue angle of 338.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530521 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 33 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.67 |
| HSL | 338.46º | 0.89% | 0.17% | - |
| HSV(B) | 338.46º | 0.94% | 0.33% | - |
| XYZ | 3.9 | 2.06 | 1.63 | - |
| YUV | 31.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 33 | 0 | 0.94 | 0.60 | 0.67 | 338.46 | 0.89 | 0.17 |
| Hex | 53 | 5 | 21 | 0 | 5E | 3C | 43 | 152 | 59 | 11 |
| Octal | 123 | 5 | 41 | 0 | 136 | 74 | 103 | 522 | 131 | 21 |
| Binary | 1010011 | 101 | 100001 | 0 | 1011110 | 111100 | 1000011 | 101010010 | 1011001 | 10001 |
Color Harmonies of #530521
Complementary color
Monochromatic Colors of #530521
Black with #530521
Text Example
Text Example
White with #530521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530521; }
p { color: rgb(83,5,33); }
H1.HeaderClassName
{
color: #530521;
}
.AnyTagClassName
{
color: #530521;
}
</style>
background-color css
<style>
a { background-color: #530521; }
a { background-color: rgb(83,5,33); }
div.DivClassName
{
background-color: #530521;
}
.BgClassName
{
background-color: #530521;
}
</style>
border-color css
<style>
span { border-color: #530521; }
span { border-color: rgb(83,5,33); }
td.TdClassName
{
border-color: #530521;
}
.TagClassName
{
border-color: #530521;
}
</style>