Shades of Bordeaux #531A2C
Tints of Bordeaux #531A2C
RGB
CMYK
RGB Variations
Color information
#531A2C (or 0x531A2C) is known color: Bordeaux. HEX triplet: 53, 1A and 2C. RGB value is (83,26,44). Sum of RGB (Red+Green+Blue) = 83+26+44=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #531A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A2C is #ACE5D3. Grayscale: #2D2D2D. Windows color (decimal): -11331028 or 2890323. OLE color: 2890323.
HSL color Cylindrical-coordinate representation of color #531A2C: hue angle of 341.05º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A2C is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 44 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.67 |
| HSL | 341.05º | 0.52% | 0.21% | - |
| HSV(B) | 341.05º | 0.69% | 0.33% | - |
| XYZ | 4.39 | 2.76 | 2.68 | - |
| YUV | 45.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 44 | 0 | 0.69 | 0.47 | 0.67 | 341.05 | 0.52 | 0.21 |
| Hex | 53 | 1A | 2C | 0 | 45 | 2F | 43 | 155 | 34 | 15 |
| Octal | 123 | 32 | 54 | 0 | 105 | 57 | 103 | 525 | 64 | 25 |
| Binary | 1010011 | 11010 | 101100 | 0 | 1000101 | 101111 | 1000011 | 101010101 | 110100 | 10101 |
Color Harmonies of #531A2C
Complementary color
Monochromatic Colors of #531A2C
Black with #531A2C
Text Example
Text Example
White with #531A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A2C; }
p { color: rgb(83,26,44); }
H1.HeaderClassName
{
color: #531A2C;
}
.AnyTagClassName
{
color: #531A2C;
}
</style>
background-color css
<style>
a { background-color: #531A2C; }
a { background-color: rgb(83,26,44); }
div.DivClassName
{
background-color: #531A2C;
}
.BgClassName
{
background-color: #531A2C;
}
</style>
border-color css
<style>
span { border-color: #531A2C; }
span { border-color: rgb(83,26,44); }
td.TdClassName
{
border-color: #531A2C;
}
.TagClassName
{
border-color: #531A2C;
}
</style>