Shades of Bordeaux #53121F
Tints of Bordeaux #53121F
RGB
CMYK
RGB Variations
Color information
#53121F (or 0x53121F) is known color: Bordeaux. HEX triplet: 53, 12 and 1F. RGB value is (83,18,31). Sum of RGB (Red+Green+Blue) = 83+18+31=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121F is #ACEDE0. Grayscale: #262626. Windows color (decimal): -11333089 or 2036307. OLE color: 2036307.
HSL color Cylindrical-coordinate representation of color #53121F: hue angle of 348º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53121F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 31 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.67 |
| HSL | 348º | 0.64% | 0.2% | - |
| HSV(B) | 348º | 0.78% | 0.33% | - |
| XYZ | 4.03 | 2.37 | 1.54 | - |
| YUV | 38.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 31 | 0 | 0.78 | 0.63 | 0.67 | 348 | 0.64 | 0.2 |
| Hex | 53 | 12 | 1F | 0 | 4E | 3F | 43 | 15C | 40 | 14 |
| Octal | 123 | 22 | 37 | 0 | 116 | 77 | 103 | 534 | 100 | 24 |
| Binary | 1010011 | 10010 | 11111 | 0 | 1001110 | 111111 | 1000011 | 101011100 | 1000000 | 10100 |
Color Harmonies of #53121F
Complementary color
Monochromatic Colors of #53121F
Black with #53121F
Text Example
Text Example
White with #53121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53121F; }
p { color: rgb(83,18,31); }
H1.HeaderClassName
{
color: #53121F;
}
.AnyTagClassName
{
color: #53121F;
}
</style>
background-color css
<style>
a { background-color: #53121F; }
a { background-color: rgb(83,18,31); }
div.DivClassName
{
background-color: #53121F;
}
.BgClassName
{
background-color: #53121F;
}
</style>
border-color css
<style>
span { border-color: #53121F; }
span { border-color: rgb(83,18,31); }
td.TdClassName
{
border-color: #53121F;
}
.TagClassName
{
border-color: #53121F;
}
</style>