Shades of Bordeaux #531429
Tints of Bordeaux #531429
RGB
CMYK
RGB Variations
Color information
#531429 (or 0x531429) is known color: Bordeaux. HEX triplet: 53, 14 and 29. RGB value is (83,20,41). Sum of RGB (Red+Green+Blue) = 83+20+41=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531429 is #ACEBD6. Grayscale: #292929. Windows color (decimal): -11332567 or 2692179. OLE color: 2692179.
HSL color Cylindrical-coordinate representation of color #531429: hue angle of 340º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531429 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 41 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.67 |
| HSL | 340º | 0.61% | 0.2% | - |
| HSV(B) | 340º | 0.76% | 0.33% | - |
| XYZ | 4.22 | 2.5 | 2.36 | - |
| YUV | 41.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 41 | 0 | 0.76 | 0.51 | 0.67 | 340 | 0.61 | 0.2 |
| Hex | 53 | 14 | 29 | 0 | 4C | 33 | 43 | 154 | 3D | 14 |
| Octal | 123 | 24 | 51 | 0 | 114 | 63 | 103 | 524 | 75 | 24 |
| Binary | 1010011 | 10100 | 101001 | 0 | 1001100 | 110011 | 1000011 | 101010100 | 111101 | 10100 |
Color Harmonies of #531429
Complementary color
Monochromatic Colors of #531429
Black with #531429
Text Example
Text Example
White with #531429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531429; }
p { color: rgb(83,20,41); }
H1.HeaderClassName
{
color: #531429;
}
.AnyTagClassName
{
color: #531429;
}
</style>
background-color css
<style>
a { background-color: #531429; }
a { background-color: rgb(83,20,41); }
div.DivClassName
{
background-color: #531429;
}
.BgClassName
{
background-color: #531429;
}
</style>
border-color css
<style>
span { border-color: #531429; }
span { border-color: rgb(83,20,41); }
td.TdClassName
{
border-color: #531429;
}
.TagClassName
{
border-color: #531429;
}
</style>