Shades of Bordeaux #531B29
Tints of Bordeaux #531B29
RGB
CMYK
RGB Variations
Color information
#531B29 (or 0x531B29) is known color: Bordeaux. HEX triplet: 53, 1B and 29. RGB value is (83,27,41). Sum of RGB (Red+Green+Blue) = 83+27+41=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #531B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B29 is #ACE4D6. Grayscale: #2D2D2D. Windows color (decimal): -11330775 or 2693971. OLE color: 2693971.
HSL color Cylindrical-coordinate representation of color #531B29: hue angle of 345º 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 #531B29 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 41 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.67 |
| HSL | 345º | 0.51% | 0.22% | - |
| HSV(B) | 345º | 0.67% | 0.33% | - |
| XYZ | 4.36 | 2.78 | 2.41 | - |
| YUV | 45.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 41 | 0 | 0.67 | 0.51 | 0.67 | 345 | 0.51 | 0.22 |
| Hex | 53 | 1B | 29 | 0 | 43 | 33 | 43 | 159 | 33 | 16 |
| Octal | 123 | 33 | 51 | 0 | 103 | 63 | 103 | 531 | 63 | 26 |
| Binary | 1010011 | 11011 | 101001 | 0 | 1000011 | 110011 | 1000011 | 101011001 | 110011 | 10110 |
Color Harmonies of #531B29
Complementary color
Monochromatic Colors of #531B29
Black with #531B29
Text Example
Text Example
White with #531B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B29; }
p { color: rgb(83,27,41); }
H1.HeaderClassName
{
color: #531B29;
}
.AnyTagClassName
{
color: #531B29;
}
</style>
background-color css
<style>
a { background-color: #531B29; }
a { background-color: rgb(83,27,41); }
div.DivClassName
{
background-color: #531B29;
}
.BgClassName
{
background-color: #531B29;
}
</style>
border-color css
<style>
span { border-color: #531B29; }
span { border-color: rgb(83,27,41); }
td.TdClassName
{
border-color: #531B29;
}
.TagClassName
{
border-color: #531B29;
}
</style>