Shades of Bordeaux #531628
Tints of Bordeaux #531628
RGB
CMYK
RGB Variations
Color information
#531628 (or 0x531628) is known color: Bordeaux. HEX triplet: 53, 16 and 28. RGB value is (83,22,40). Sum of RGB (Red+Green+Blue) = 83+22+40=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #531628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531628 is #ACE9D7. Grayscale: #2A2A2A. Windows color (decimal): -11332056 or 2627155. OLE color: 2627155.
HSL color Cylindrical-coordinate representation of color #531628: hue angle of 342.3º 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 #531628 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 40 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.67 |
| HSL | 342.3º | 0.58% | 0.21% | - |
| HSV(B) | 342.3º | 0.73% | 0.33% | - |
| XYZ | 4.24 | 2.57 | 2.28 | - |
| YUV | 42.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 40 | 0 | 0.73 | 0.52 | 0.67 | 342.3 | 0.58 | 0.21 |
| Hex | 53 | 16 | 28 | 0 | 49 | 34 | 43 | 156 | 3A | 15 |
| Octal | 123 | 26 | 50 | 0 | 111 | 64 | 103 | 526 | 72 | 25 |
| Binary | 1010011 | 10110 | 101000 | 0 | 1001001 | 110100 | 1000011 | 101010110 | 111010 | 10101 |
Color Harmonies of #531628
Complementary color
Monochromatic Colors of #531628
Black with #531628
Text Example
Text Example
White with #531628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531628; }
p { color: rgb(83,22,40); }
H1.HeaderClassName
{
color: #531628;
}
.AnyTagClassName
{
color: #531628;
}
</style>
background-color css
<style>
a { background-color: #531628; }
a { background-color: rgb(83,22,40); }
div.DivClassName
{
background-color: #531628;
}
.BgClassName
{
background-color: #531628;
}
</style>
border-color css
<style>
span { border-color: #531628; }
span { border-color: rgb(83,22,40); }
td.TdClassName
{
border-color: #531628;
}
.TagClassName
{
border-color: #531628;
}
</style>