Shades of Bordeaux #531221
Tints of Bordeaux #531221
RGB
CMYK
RGB Variations
Color information
#531221 (or 0x531221) is known color: Bordeaux. HEX triplet: 53, 12 and 21. RGB value is (83,18,33). Sum of RGB (Red+Green+Blue) = 83+18+33=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531221 is #ACEDDE. Grayscale: #272727. Windows color (decimal): -11333087 or 2167379. OLE color: 2167379.
HSL color Cylindrical-coordinate representation of color #531221: hue angle of 346.15º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531221 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 33 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.67 |
| HSL | 346.15º | 0.64% | 0.2% | - |
| HSV(B) | 346.15º | 0.78% | 0.33% | - |
| XYZ | 4.06 | 2.38 | 1.68 | - |
| YUV | 39.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 33 | 0 | 0.78 | 0.60 | 0.67 | 346.15 | 0.64 | 0.2 |
| Hex | 53 | 12 | 21 | 0 | 4E | 3C | 43 | 15A | 40 | 14 |
| Octal | 123 | 22 | 41 | 0 | 116 | 74 | 103 | 532 | 100 | 24 |
| Binary | 1010011 | 10010 | 100001 | 0 | 1001110 | 111100 | 1000011 | 101011010 | 1000000 | 10100 |
Color Harmonies of #531221
Complementary color
Monochromatic Colors of #531221
Black with #531221
Text Example
Text Example
White with #531221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531221; }
p { color: rgb(83,18,33); }
H1.HeaderClassName
{
color: #531221;
}
.AnyTagClassName
{
color: #531221;
}
</style>
background-color css
<style>
a { background-color: #531221; }
a { background-color: rgb(83,18,33); }
div.DivClassName
{
background-color: #531221;
}
.BgClassName
{
background-color: #531221;
}
</style>
border-color css
<style>
span { border-color: #531221; }
span { border-color: rgb(83,18,33); }
td.TdClassName
{
border-color: #531221;
}
.TagClassName
{
border-color: #531221;
}
</style>