Shades of Bordeaux #531F2B
Tints of Bordeaux #531F2B
RGB
CMYK
RGB Variations
Color information
#531F2B (or 0x531F2B) is known color: Bordeaux. HEX triplet: 53, 1F and 2B. RGB value is (83,31,43). Sum of RGB (Red+Green+Blue) = 83+31+43=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F2B is #ACE0D4. Grayscale: #2F2F2F. Windows color (decimal): -11329749 or 2826067. OLE color: 2826067.
HSL color Cylindrical-coordinate representation of color #531F2B: hue angle of 346.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F2B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 43 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.67 |
| HSL | 346.15º | 0.46% | 0.22% | - |
| HSV(B) | 346.15º | 0.63% | 0.33% | - |
| XYZ | 4.49 | 2.99 | 2.63 | - |
| YUV | 47.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 43 | 0 | 0.63 | 0.48 | 0.67 | 346.15 | 0.46 | 0.22 |
| Hex | 53 | 1F | 2B | 0 | 3F | 30 | 43 | 15A | 2E | 16 |
| Octal | 123 | 37 | 53 | 0 | 77 | 60 | 103 | 532 | 56 | 26 |
| Binary | 1010011 | 11111 | 101011 | 0 | 111111 | 110000 | 1000011 | 101011010 | 101110 | 10110 |
Color Harmonies of #531F2B
Complementary color
Monochromatic Colors of #531F2B
Black with #531F2B
Text Example
Text Example
White with #531F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F2B; }
p { color: rgb(83,31,43); }
H1.HeaderClassName
{
color: #531F2B;
}
.AnyTagClassName
{
color: #531F2B;
}
</style>
background-color css
<style>
a { background-color: #531F2B; }
a { background-color: rgb(83,31,43); }
div.DivClassName
{
background-color: #531F2B;
}
.BgClassName
{
background-color: #531F2B;
}
</style>
border-color css
<style>
span { border-color: #531F2B; }
span { border-color: rgb(83,31,43); }
td.TdClassName
{
border-color: #531F2B;
}
.TagClassName
{
border-color: #531F2B;
}
</style>