Shades of Bordeaux #532029
Tints of Bordeaux #532029
RGB
CMYK
RGB Variations
Color information
#532029 (or 0x532029) is known color: Bordeaux. HEX triplet: 53, 20 and 29. RGB value is (83,32,41). Sum of RGB (Red+Green+Blue) = 83+32+41=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532029 is #ACDFD6. Grayscale: #303030. Windows color (decimal): -11329495 or 2695251. OLE color: 2695251.
HSL color Cylindrical-coordinate representation of color #532029: hue angle of 349.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532029 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 41 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.67 |
| HSL | 349.41º | 0.44% | 0.23% | - |
| HSV(B) | 349.41º | 0.61% | 0.33% | - |
| XYZ | 4.48 | 3.03 | 2.45 | - |
| YUV | 48.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 41 | 0 | 0.61 | 0.51 | 0.67 | 349.41 | 0.44 | 0.23 |
| Hex | 53 | 20 | 29 | 0 | 3D | 33 | 43 | 15D | 2C | 17 |
| Octal | 123 | 40 | 51 | 0 | 75 | 63 | 103 | 535 | 54 | 27 |
| Binary | 1010011 | 100000 | 101001 | 0 | 111101 | 110011 | 1000011 | 101011101 | 101100 | 10111 |
Color Harmonies of #532029
Complementary color
Monochromatic Colors of #532029
Black with #532029
Text Example
Text Example
White with #532029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532029; }
p { color: rgb(83,32,41); }
H1.HeaderClassName
{
color: #532029;
}
.AnyTagClassName
{
color: #532029;
}
</style>
background-color css
<style>
a { background-color: #532029; }
a { background-color: rgb(83,32,41); }
div.DivClassName
{
background-color: #532029;
}
.BgClassName
{
background-color: #532029;
}
</style>
border-color css
<style>
span { border-color: #532029; }
span { border-color: rgb(83,32,41); }
td.TdClassName
{
border-color: #532029;
}
.TagClassName
{
border-color: #532029;
}
</style>