Shades of Bordeaux #531025
Tints of Bordeaux #531025
RGB
CMYK
RGB Variations
Color information
#531025 (or 0x531025) is known color: Bordeaux. HEX triplet: 53, 10 and 25. RGB value is (83,16,37). Sum of RGB (Red+Green+Blue) = 83+16+37=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531025 is #ACEFDA. Grayscale: #262626. Windows color (decimal): -11333595 or 2429011. OLE color: 2429011.
HSL color Cylindrical-coordinate representation of color #531025: hue angle of 341.19º 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 #531025 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 37 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.67 |
| HSL | 341.19º | 0.68% | 0.19% | - |
| HSV(B) | 341.19º | 0.81% | 0.33% | - |
| XYZ | 4.09 | 2.34 | 1.99 | - |
| YUV | 38.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 37 | 0 | 0.81 | 0.55 | 0.67 | 341.19 | 0.68 | 0.19 |
| Hex | 53 | 10 | 25 | 0 | 51 | 37 | 43 | 155 | 44 | 13 |
| Octal | 123 | 20 | 45 | 0 | 121 | 67 | 103 | 525 | 104 | 23 |
| Binary | 1010011 | 10000 | 100101 | 0 | 1010001 | 110111 | 1000011 | 101010101 | 1000100 | 10011 |
Color Harmonies of #531025
Complementary color
Monochromatic Colors of #531025
Black with #531025
Text Example
Text Example
White with #531025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531025; }
p { color: rgb(83,16,37); }
H1.HeaderClassName
{
color: #531025;
}
.AnyTagClassName
{
color: #531025;
}
</style>
background-color css
<style>
a { background-color: #531025; }
a { background-color: rgb(83,16,37); }
div.DivClassName
{
background-color: #531025;
}
.BgClassName
{
background-color: #531025;
}
</style>
border-color css
<style>
span { border-color: #531025; }
span { border-color: rgb(83,16,37); }
td.TdClassName
{
border-color: #531025;
}
.TagClassName
{
border-color: #531025;
}
</style>