Shades of Bordeaux #531A26
Tints of Bordeaux #531A26
RGB
CMYK
RGB Variations
Color information
#531A26 (or 0x531A26) is known color: Bordeaux. HEX triplet: 53, 1A and 26. RGB value is (83,26,38). Sum of RGB (Red+Green+Blue) = 83+26+38=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A26 is #ACE5D9. Grayscale: #2C2C2C. Windows color (decimal): -11331034 or 2497107. OLE color: 2497107.
HSL color Cylindrical-coordinate representation of color #531A26: hue angle of 347.37º 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 #531A26 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 38 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.67 |
| HSL | 347.37º | 0.52% | 0.21% | - |
| HSV(B) | 347.37º | 0.69% | 0.33% | - |
| XYZ | 4.29 | 2.72 | 2.13 | - |
| YUV | 44.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 38 | 0 | 0.69 | 0.54 | 0.67 | 347.37 | 0.52 | 0.21 |
| Hex | 53 | 1A | 26 | 0 | 45 | 36 | 43 | 15B | 34 | 15 |
| Octal | 123 | 32 | 46 | 0 | 105 | 66 | 103 | 533 | 64 | 25 |
| Binary | 1010011 | 11010 | 100110 | 0 | 1000101 | 110110 | 1000011 | 101011011 | 110100 | 10101 |
Color Harmonies of #531A26
Complementary color
Monochromatic Colors of #531A26
Black with #531A26
Text Example
Text Example
White with #531A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A26; }
p { color: rgb(83,26,38); }
H1.HeaderClassName
{
color: #531A26;
}
.AnyTagClassName
{
color: #531A26;
}
</style>
background-color css
<style>
a { background-color: #531A26; }
a { background-color: rgb(83,26,38); }
div.DivClassName
{
background-color: #531A26;
}
.BgClassName
{
background-color: #531A26;
}
</style>
border-color css
<style>
span { border-color: #531A26; }
span { border-color: rgb(83,26,38); }
td.TdClassName
{
border-color: #531A26;
}
.TagClassName
{
border-color: #531A26;
}
</style>