Shades of Bordeaux #531523
Tints of Bordeaux #531523
RGB
CMYK
RGB Variations
Color information
#531523 (or 0x531523) is known color: Bordeaux. HEX triplet: 53, 15 and 23. RGB value is (83,21,35). Sum of RGB (Red+Green+Blue) = 83+21+35=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531523 is #ACEADC. Grayscale: #292929. Windows color (decimal): -11332317 or 2299219. OLE color: 2299219.
HSL color Cylindrical-coordinate representation of color #531523: hue angle of 346.45º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531523 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 35 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.67 |
| HSL | 346.45º | 0.6% | 0.2% | - |
| HSV(B) | 346.45º | 0.75% | 0.33% | - |
| XYZ | 4.14 | 2.5 | 1.85 | - |
| YUV | 41.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 35 | 0 | 0.75 | 0.58 | 0.67 | 346.45 | 0.6 | 0.2 |
| Hex | 53 | 15 | 23 | 0 | 4B | 3A | 43 | 15A | 3C | 14 |
| Octal | 123 | 25 | 43 | 0 | 113 | 72 | 103 | 532 | 74 | 24 |
| Binary | 1010011 | 10101 | 100011 | 0 | 1001011 | 111010 | 1000011 | 101011010 | 111100 | 10100 |
Color Harmonies of #531523
Complementary color
Monochromatic Colors of #531523
Black with #531523
Text Example
Text Example
White with #531523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531523; }
p { color: rgb(83,21,35); }
H1.HeaderClassName
{
color: #531523;
}
.AnyTagClassName
{
color: #531523;
}
</style>
background-color css
<style>
a { background-color: #531523; }
a { background-color: rgb(83,21,35); }
div.DivClassName
{
background-color: #531523;
}
.BgClassName
{
background-color: #531523;
}
</style>
border-color css
<style>
span { border-color: #531523; }
span { border-color: rgb(83,21,35); }
td.TdClassName
{
border-color: #531523;
}
.TagClassName
{
border-color: #531523;
}
</style>