Shades of Bordeaux #531A29
Tints of Bordeaux #531A29
RGB
CMYK
RGB Variations
Color information
#531A29 (or 0x531A29) is known color: Bordeaux. HEX triplet: 53, 1A and 29. RGB value is (83,26,41). Sum of RGB (Red+Green+Blue) = 83+26+41=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #531A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A29 is #ACE5D6. Grayscale: #2C2C2C. Windows color (decimal): -11331031 or 2693715. OLE color: 2693715.
HSL color Cylindrical-coordinate representation of color #531A29: hue angle of 344.21º 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 #531A29 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 41 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.67 |
| HSL | 344.21º | 0.52% | 0.21% | - |
| HSV(B) | 344.21º | 0.69% | 0.33% | - |
| XYZ | 4.34 | 2.74 | 2.4 | - |
| YUV | 44.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 41 | 0 | 0.69 | 0.51 | 0.67 | 344.21 | 0.52 | 0.21 |
| Hex | 53 | 1A | 29 | 0 | 45 | 33 | 43 | 158 | 34 | 15 |
| Octal | 123 | 32 | 51 | 0 | 105 | 63 | 103 | 530 | 64 | 25 |
| Binary | 1010011 | 11010 | 101001 | 0 | 1000101 | 110011 | 1000011 | 101011000 | 110100 | 10101 |
Color Harmonies of #531A29
Complementary color
Monochromatic Colors of #531A29
Black with #531A29
Text Example
Text Example
White with #531A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A29; }
p { color: rgb(83,26,41); }
H1.HeaderClassName
{
color: #531A29;
}
.AnyTagClassName
{
color: #531A29;
}
</style>
background-color css
<style>
a { background-color: #531A29; }
a { background-color: rgb(83,26,41); }
div.DivClassName
{
background-color: #531A29;
}
.BgClassName
{
background-color: #531A29;
}
</style>
border-color css
<style>
span { border-color: #531A29; }
span { border-color: rgb(83,26,41); }
td.TdClassName
{
border-color: #531A29;
}
.TagClassName
{
border-color: #531A29;
}
</style>