Shades of Bordeaux #531B2C
Tints of Bordeaux #531B2C
RGB
CMYK
RGB Variations
Color information
#531B2C (or 0x531B2C) is known color: Bordeaux. HEX triplet: 53, 1B and 2C. RGB value is (83,27,44). Sum of RGB (Red+Green+Blue) = 83+27+44=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B2C is #ACE4D3. Grayscale: #2D2D2D. Windows color (decimal): -11330772 or 2890579. OLE color: 2890579.
HSL color Cylindrical-coordinate representation of color #531B2C: hue angle of 341.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B2C is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 44 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.67 |
| HSL | 341.79º | 0.51% | 0.22% | - |
| HSV(B) | 341.79º | 0.67% | 0.33% | - |
| XYZ | 4.41 | 2.8 | 2.69 | - |
| YUV | 45.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 44 | 0 | 0.67 | 0.47 | 0.67 | 341.79 | 0.51 | 0.22 |
| Hex | 53 | 1B | 2C | 0 | 43 | 2F | 43 | 156 | 33 | 16 |
| Octal | 123 | 33 | 54 | 0 | 103 | 57 | 103 | 526 | 63 | 26 |
| Binary | 1010011 | 11011 | 101100 | 0 | 1000011 | 101111 | 1000011 | 101010110 | 110011 | 10110 |
Color Harmonies of #531B2C
Complementary color
Monochromatic Colors of #531B2C
Black with #531B2C
Text Example
Text Example
White with #531B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B2C; }
p { color: rgb(83,27,44); }
H1.HeaderClassName
{
color: #531B2C;
}
.AnyTagClassName
{
color: #531B2C;
}
</style>
background-color css
<style>
a { background-color: #531B2C; }
a { background-color: rgb(83,27,44); }
div.DivClassName
{
background-color: #531B2C;
}
.BgClassName
{
background-color: #531B2C;
}
</style>
border-color css
<style>
span { border-color: #531B2C; }
span { border-color: rgb(83,27,44); }
td.TdClassName
{
border-color: #531B2C;
}
.TagClassName
{
border-color: #531B2C;
}
</style>