Shades of Bordeaux #531D26
Tints of Bordeaux #531D26
RGB
CMYK
RGB Variations
Color information
#531D26 (or 0x531D26) is known color: Bordeaux. HEX triplet: 53, 1D and 26. RGB value is (83,29,38). Sum of RGB (Red+Green+Blue) = 83+29+38=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #531D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D26 is #ACE2D9. Grayscale: #2E2E2E. Windows color (decimal): -11330266 or 2497875. OLE color: 2497875.
HSL color Cylindrical-coordinate representation of color #531D26: hue angle of 350º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D26 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 38 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.67 |
| HSL | 350º | 0.48% | 0.22% | - |
| HSV(B) | 350º | 0.65% | 0.33% | - |
| XYZ | 4.36 | 2.86 | 2.16 | - |
| YUV | 46.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 38 | 0 | 0.65 | 0.54 | 0.67 | 350 | 0.48 | 0.22 |
| Hex | 53 | 1D | 26 | 0 | 41 | 36 | 43 | 15E | 30 | 16 |
| Octal | 123 | 35 | 46 | 0 | 101 | 66 | 103 | 536 | 60 | 26 |
| Binary | 1010011 | 11101 | 100110 | 0 | 1000001 | 110110 | 1000011 | 101011110 | 110000 | 10110 |
Color Harmonies of #531D26
Complementary color
Monochromatic Colors of #531D26
Black with #531D26
Text Example
Text Example
White with #531D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D26; }
p { color: rgb(83,29,38); }
H1.HeaderClassName
{
color: #531D26;
}
.AnyTagClassName
{
color: #531D26;
}
</style>
background-color css
<style>
a { background-color: #531D26; }
a { background-color: rgb(83,29,38); }
div.DivClassName
{
background-color: #531D26;
}
.BgClassName
{
background-color: #531D26;
}
</style>
border-color css
<style>
span { border-color: #531D26; }
span { border-color: rgb(83,29,38); }
td.TdClassName
{
border-color: #531D26;
}
.TagClassName
{
border-color: #531D26;
}
</style>