Shades of Bordeaux #531024
Tints of Bordeaux #531024
RGB
CMYK
RGB Variations
Color information
#531024 (or 0x531024) is known color: Bordeaux. HEX triplet: 53, 10 and 24. RGB value is (83,16,36). Sum of RGB (Red+Green+Blue) = 83+16+36=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531024 is #ACEFDB. Grayscale: #262626. Windows color (decimal): -11333596 or 2363475. OLE color: 2363475.
HSL color Cylindrical-coordinate representation of color #531024: hue angle of 342.09º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531024 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 36 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.67 |
| HSL | 342.09º | 0.68% | 0.19% | - |
| HSV(B) | 342.09º | 0.81% | 0.33% | - |
| XYZ | 4.07 | 2.34 | 1.91 | - |
| YUV | 38.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 36 | 0 | 0.81 | 0.57 | 0.67 | 342.09 | 0.68 | 0.19 |
| Hex | 53 | 10 | 24 | 0 | 51 | 39 | 43 | 156 | 44 | 13 |
| Octal | 123 | 20 | 44 | 0 | 121 | 71 | 103 | 526 | 104 | 23 |
| Binary | 1010011 | 10000 | 100100 | 0 | 1010001 | 111001 | 1000011 | 101010110 | 1000100 | 10011 |
Color Harmonies of #531024
Complementary color
Monochromatic Colors of #531024
Black with #531024
Text Example
Text Example
White with #531024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531024; }
p { color: rgb(83,16,36); }
H1.HeaderClassName
{
color: #531024;
}
.AnyTagClassName
{
color: #531024;
}
</style>
background-color css
<style>
a { background-color: #531024; }
a { background-color: rgb(83,16,36); }
div.DivClassName
{
background-color: #531024;
}
.BgClassName
{
background-color: #531024;
}
</style>
border-color css
<style>
span { border-color: #531024; }
span { border-color: rgb(83,16,36); }
td.TdClassName
{
border-color: #531024;
}
.TagClassName
{
border-color: #531024;
}
</style>