Shades of Bordeaux #512128
Tints of Bordeaux #512128
RGB
CMYK
RGB Variations
Color information
#512128 (or 0x512128) is known color: Bordeaux. HEX triplet: 51, 21 and 28. RGB value is (81,33,40). Sum of RGB (Red+Green+Blue) = 81+33+40=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #512128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512128 is #AEDED7. Grayscale: #303030. Windows color (decimal): -11460312 or 2629969. OLE color: 2629969.
HSL color Cylindrical-coordinate representation of color #512128: hue angle of 351.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512128 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 40 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.68 |
| HSL | 351.25º | 0.42% | 0.22% | - |
| HSV(B) | 351.25º | 0.59% | 0.32% | - |
| XYZ | 4.32 | 2.99 | 2.36 | - |
| YUV | 48.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 40 | 0 | 0.59 | 0.51 | 0.68 | 351.25 | 0.42 | 0.22 |
| Hex | 51 | 21 | 28 | 0 | 3B | 33 | 44 | 15F | 2A | 16 |
| Octal | 121 | 41 | 50 | 0 | 73 | 63 | 104 | 537 | 52 | 26 |
| Binary | 1010001 | 100001 | 101000 | 0 | 111011 | 110011 | 1000100 | 101011111 | 101010 | 10110 |
Color Harmonies of #512128
Complementary color
Monochromatic Colors of #512128
Black with #512128
Text Example
Text Example
White with #512128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512128; }
p { color: rgb(81,33,40); }
H1.HeaderClassName
{
color: #512128;
}
.AnyTagClassName
{
color: #512128;
}
</style>
background-color css
<style>
a { background-color: #512128; }
a { background-color: rgb(81,33,40); }
div.DivClassName
{
background-color: #512128;
}
.BgClassName
{
background-color: #512128;
}
</style>
border-color css
<style>
span { border-color: #512128; }
span { border-color: rgb(81,33,40); }
td.TdClassName
{
border-color: #512128;
}
.TagClassName
{
border-color: #512128;
}
</style>