Shades of Bordeaux #531629
Tints of Bordeaux #531629
RGB
CMYK
RGB Variations
Color information
#531629 (or 0x531629) is known color: Bordeaux. HEX triplet: 53, 16 and 29. RGB value is (83,22,41). Sum of RGB (Red+Green+Blue) = 83+22+41=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #531629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531629 is #ACE9D6. Grayscale: #2A2A2A. Windows color (decimal): -11332055 or 2692691. OLE color: 2692691.
HSL color Cylindrical-coordinate representation of color #531629: hue angle of 341.31º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531629 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 41 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.67 |
| HSL | 341.31º | 0.58% | 0.21% | - |
| HSV(B) | 341.31º | 0.73% | 0.33% | - |
| XYZ | 4.25 | 2.57 | 2.37 | - |
| YUV | 42.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 41 | 0 | 0.73 | 0.51 | 0.67 | 341.31 | 0.58 | 0.21 |
| Hex | 53 | 16 | 29 | 0 | 49 | 33 | 43 | 155 | 3A | 15 |
| Octal | 123 | 26 | 51 | 0 | 111 | 63 | 103 | 525 | 72 | 25 |
| Binary | 1010011 | 10110 | 101001 | 0 | 1001001 | 110011 | 1000011 | 101010101 | 111010 | 10101 |
Color Harmonies of #531629
Complementary color
Monochromatic Colors of #531629
Black with #531629
Text Example
Text Example
White with #531629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531629; }
p { color: rgb(83,22,41); }
H1.HeaderClassName
{
color: #531629;
}
.AnyTagClassName
{
color: #531629;
}
</style>
background-color css
<style>
a { background-color: #531629; }
a { background-color: rgb(83,22,41); }
div.DivClassName
{
background-color: #531629;
}
.BgClassName
{
background-color: #531629;
}
</style>
border-color css
<style>
span { border-color: #531629; }
span { border-color: rgb(83,22,41); }
td.TdClassName
{
border-color: #531629;
}
.TagClassName
{
border-color: #531629;
}
</style>