Shades of Bordeaux #531C24
Tints of Bordeaux #531C24
RGB
CMYK
RGB Variations
Color information
#531C24 (or 0x531C24) is known color: Bordeaux. HEX triplet: 53, 1C and 24. RGB value is (83,28,36). Sum of RGB (Red+Green+Blue) = 83+28+36=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C24 is #ACE3DB. Grayscale: #2D2D2D. Windows color (decimal): -11330524 or 2366547. OLE color: 2366547.
HSL color Cylindrical-coordinate representation of color #531C24: hue angle of 351.27º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C24 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 36 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.67 |
| HSL | 351.27º | 0.5% | 0.22% | - |
| HSV(B) | 351.27º | 0.66% | 0.33% | - |
| XYZ | 4.3 | 2.8 | 1.98 | - |
| YUV | 45.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 36 | 0 | 0.66 | 0.57 | 0.67 | 351.27 | 0.5 | 0.22 |
| Hex | 53 | 1C | 24 | 0 | 42 | 39 | 43 | 15F | 32 | 16 |
| Octal | 123 | 34 | 44 | 0 | 102 | 71 | 103 | 537 | 62 | 26 |
| Binary | 1010011 | 11100 | 100100 | 0 | 1000010 | 111001 | 1000011 | 101011111 | 110010 | 10110 |
Color Harmonies of #531C24
Complementary color
Monochromatic Colors of #531C24
Black with #531C24
Text Example
Text Example
White with #531C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C24; }
p { color: rgb(83,28,36); }
H1.HeaderClassName
{
color: #531C24;
}
.AnyTagClassName
{
color: #531C24;
}
</style>
background-color css
<style>
a { background-color: #531C24; }
a { background-color: rgb(83,28,36); }
div.DivClassName
{
background-color: #531C24;
}
.BgClassName
{
background-color: #531C24;
}
</style>
border-color css
<style>
span { border-color: #531C24; }
span { border-color: rgb(83,28,36); }
td.TdClassName
{
border-color: #531C24;
}
.TagClassName
{
border-color: #531C24;
}
</style>