Shades of Bordeaux #531E26
Tints of Bordeaux #531E26
RGB
CMYK
RGB Variations
Color information
#531E26 (or 0x531E26) is known color: Bordeaux. HEX triplet: 53, 1E and 26. RGB value is (83,30,38). Sum of RGB (Red+Green+Blue) = 83+30+38=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #531E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E26 is #ACE1D9. Grayscale: #2E2E2E. Windows color (decimal): -11330010 or 2498131. OLE color: 2498131.
HSL color Cylindrical-coordinate representation of color #531E26: hue angle of 350.94º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E26 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 38 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.67 |
| HSL | 350.94º | 0.47% | 0.22% | - |
| HSV(B) | 350.94º | 0.64% | 0.33% | - |
| XYZ | 4.38 | 2.91 | 2.16 | - |
| YUV | 46.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 38 | 0 | 0.64 | 0.54 | 0.67 | 350.94 | 0.47 | 0.22 |
| Hex | 53 | 1E | 26 | 0 | 40 | 36 | 43 | 15F | 2F | 16 |
| Octal | 123 | 36 | 46 | 0 | 100 | 66 | 103 | 537 | 57 | 26 |
| Binary | 1010011 | 11110 | 100110 | 0 | 1000000 | 110110 | 1000011 | 101011111 | 101111 | 10110 |
Color Harmonies of #531E26
Complementary color
Monochromatic Colors of #531E26
Black with #531E26
Text Example
Text Example
White with #531E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E26; }
p { color: rgb(83,30,38); }
H1.HeaderClassName
{
color: #531E26;
}
.AnyTagClassName
{
color: #531E26;
}
</style>
background-color css
<style>
a { background-color: #531E26; }
a { background-color: rgb(83,30,38); }
div.DivClassName
{
background-color: #531E26;
}
.BgClassName
{
background-color: #531E26;
}
</style>
border-color css
<style>
span { border-color: #531E26; }
span { border-color: rgb(83,30,38); }
td.TdClassName
{
border-color: #531E26;
}
.TagClassName
{
border-color: #531E26;
}
</style>