Shades of Bordeaux #57121A
Tints of Bordeaux #57121A
RGB
CMYK
RGB Variations
Color information
#57121A (or 0x57121A) is known color: Bordeaux. HEX triplet: 57, 12 and 1A. RGB value is (87,18,26). Sum of RGB (Red+Green+Blue) = 87+18+26=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57121A is #A8EDE5. Grayscale: #272727. Windows color (decimal): -11070950 or 1708631. OLE color: 1708631.
HSL color Cylindrical-coordinate representation of color #57121A: hue angle of 353.04º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57121A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 18 | 26 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.66 |
| HSL | 353.04º | 0.66% | 0.21% | - |
| HSV(B) | 353.04º | 0.79% | 0.34% | - |
| XYZ | 4.33 | 2.53 | 1.24 | - |
| YUV | 39.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 26 | 0 | 0.79 | 0.70 | 0.66 | 353.04 | 0.66 | 0.21 |
| Hex | 57 | 12 | 1A | 0 | 4F | 46 | 42 | 161 | 42 | 15 |
| Octal | 127 | 22 | 32 | 0 | 117 | 106 | 102 | 541 | 102 | 25 |
| Binary | 1010111 | 10010 | 11010 | 0 | 1001111 | 1000110 | 1000010 | 101100001 | 1000010 | 10101 |
Color Harmonies of #57121A
Complementary color
Monochromatic Colors of #57121A
Black with #57121A
Text Example
Text Example
White with #57121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57121A; }
p { color: rgb(87,18,26); }
H1.HeaderClassName
{
color: #57121A;
}
.AnyTagClassName
{
color: #57121A;
}
</style>
background-color css
<style>
a { background-color: #57121A; }
a { background-color: rgb(87,18,26); }
div.DivClassName
{
background-color: #57121A;
}
.BgClassName
{
background-color: #57121A;
}
</style>
border-color css
<style>
span { border-color: #57121A; }
span { border-color: rgb(87,18,26); }
td.TdClassName
{
border-color: #57121A;
}
.TagClassName
{
border-color: #57121A;
}
</style>