Shades of Bordeaux #531823
Tints of Bordeaux #531823
RGB
CMYK
RGB Variations
Color information
#531823 (or 0x531823) is known color: Bordeaux. HEX triplet: 53, 18 and 23. RGB value is (83,24,35). Sum of RGB (Red+Green+Blue) = 83+24+35=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531823 is #ACE7DC. Grayscale: #2A2A2A. Windows color (decimal): -11331549 or 2299987. OLE color: 2299987.
HSL color Cylindrical-coordinate representation of color #531823: hue angle of 348.81º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531823 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 24 | 35 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.67 |
| HSL | 348.81º | 0.55% | 0.21% | - |
| HSV(B) | 348.81º | 0.71% | 0.33% | - |
| XYZ | 4.2 | 2.61 | 1.87 | - |
| YUV | 42.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 35 | 0 | 0.71 | 0.58 | 0.67 | 348.81 | 0.55 | 0.21 |
| Hex | 53 | 18 | 23 | 0 | 47 | 3A | 43 | 15D | 37 | 15 |
| Octal | 123 | 30 | 43 | 0 | 107 | 72 | 103 | 535 | 67 | 25 |
| Binary | 1010011 | 11000 | 100011 | 0 | 1000111 | 111010 | 1000011 | 101011101 | 110111 | 10101 |
Color Harmonies of #531823
Complementary color
Monochromatic Colors of #531823
Black with #531823
Text Example
Text Example
White with #531823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531823; }
p { color: rgb(83,24,35); }
H1.HeaderClassName
{
color: #531823;
}
.AnyTagClassName
{
color: #531823;
}
</style>
background-color css
<style>
a { background-color: #531823; }
a { background-color: rgb(83,24,35); }
div.DivClassName
{
background-color: #531823;
}
.BgClassName
{
background-color: #531823;
}
</style>
border-color css
<style>
span { border-color: #531823; }
span { border-color: rgb(83,24,35); }
td.TdClassName
{
border-color: #531823;
}
.TagClassName
{
border-color: #531823;
}
</style>