Shades of Bordeaux #531B26
Tints of Bordeaux #531B26
RGB
CMYK
RGB Variations
Color information
#531B26 (or 0x531B26) is known color: Bordeaux. HEX triplet: 53, 1B and 26. RGB value is (83,27,38). Sum of RGB (Red+Green+Blue) = 83+27+38=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B26 is #ACE4D9. Grayscale: #2D2D2D. Windows color (decimal): -11330778 or 2497363. OLE color: 2497363.
HSL color Cylindrical-coordinate representation of color #531B26: hue angle of 348.21º 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 #531B26 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 38 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.67 |
| HSL | 348.21º | 0.51% | 0.22% | - |
| HSV(B) | 348.21º | 0.67% | 0.33% | - |
| XYZ | 4.31 | 2.76 | 2.14 | - |
| YUV | 45 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 38 | 0 | 0.67 | 0.54 | 0.67 | 348.21 | 0.51 | 0.22 |
| Hex | 53 | 1B | 26 | 0 | 43 | 36 | 43 | 15C | 33 | 16 |
| Octal | 123 | 33 | 46 | 0 | 103 | 66 | 103 | 534 | 63 | 26 |
| Binary | 1010011 | 11011 | 100110 | 0 | 1000011 | 110110 | 1000011 | 101011100 | 110011 | 10110 |
Color Harmonies of #531B26
Complementary color
Monochromatic Colors of #531B26
Black with #531B26
Text Example
Text Example
White with #531B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B26; }
p { color: rgb(83,27,38); }
H1.HeaderClassName
{
color: #531B26;
}
.AnyTagClassName
{
color: #531B26;
}
</style>
background-color css
<style>
a { background-color: #531B26; }
a { background-color: rgb(83,27,38); }
div.DivClassName
{
background-color: #531B26;
}
.BgClassName
{
background-color: #531B26;
}
</style>
border-color css
<style>
span { border-color: #531B26; }
span { border-color: rgb(83,27,38); }
td.TdClassName
{
border-color: #531B26;
}
.TagClassName
{
border-color: #531B26;
}
</style>