Shades of Bordeaux #531C2C
Tints of Bordeaux #531C2C
RGB
CMYK
RGB Variations
Color information
#531C2C (or 0x531C2C) is known color: Bordeaux. HEX triplet: 53, 1C and 2C. RGB value is (83,28,44). Sum of RGB (Red+Green+Blue) = 83+28+44=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #531C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C2C is #ACE3D3. Grayscale: #2E2E2E. Windows color (decimal): -11330516 or 2890835. OLE color: 2890835.
HSL color Cylindrical-coordinate representation of color #531C2C: hue angle of 342.55º 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 #531C2C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 44 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.67 |
| HSL | 342.55º | 0.5% | 0.22% | - |
| HSV(B) | 342.55º | 0.66% | 0.33% | - |
| XYZ | 4.44 | 2.85 | 2.7 | - |
| YUV | 46.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 44 | 0 | 0.66 | 0.47 | 0.67 | 342.55 | 0.5 | 0.22 |
| Hex | 53 | 1C | 2C | 0 | 42 | 2F | 43 | 157 | 32 | 16 |
| Octal | 123 | 34 | 54 | 0 | 102 | 57 | 103 | 527 | 62 | 26 |
| Binary | 1010011 | 11100 | 101100 | 0 | 1000010 | 101111 | 1000011 | 101010111 | 110010 | 10110 |
Color Harmonies of #531C2C
Complementary color
Monochromatic Colors of #531C2C
Black with #531C2C
Text Example
Text Example
White with #531C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C2C; }
p { color: rgb(83,28,44); }
H1.HeaderClassName
{
color: #531C2C;
}
.AnyTagClassName
{
color: #531C2C;
}
</style>
background-color css
<style>
a { background-color: #531C2C; }
a { background-color: rgb(83,28,44); }
div.DivClassName
{
background-color: #531C2C;
}
.BgClassName
{
background-color: #531C2C;
}
</style>
border-color css
<style>
span { border-color: #531C2C; }
span { border-color: rgb(83,28,44); }
td.TdClassName
{
border-color: #531C2C;
}
.TagClassName
{
border-color: #531C2C;
}
</style>