Shades of Bordeaux #570F1A
Tints of Bordeaux #570F1A
RGB
CMYK
RGB Variations
Color information
#570F1A (or 0x570F1A) is known color: Bordeaux. HEX triplet: 57, 0F and 1A. RGB value is (87,15,26). Sum of RGB (Red+Green+Blue) = 87+15+26=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #570F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F1A is #A8F0E5. Grayscale: #252525. Windows color (decimal): -11071718 or 1707863. OLE color: 1707863.
HSL color Cylindrical-coordinate representation of color #570F1A: hue angle of 350.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F1A is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 26 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.66 |
| HSL | 350.83º | 0.71% | 0.2% | - |
| HSV(B) | 350.83º | 0.83% | 0.34% | - |
| XYZ | 4.29 | 2.44 | 1.22 | - |
| YUV | 37.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 26 | 0 | 0.83 | 0.70 | 0.66 | 350.83 | 0.71 | 0.2 |
| Hex | 57 | F | 1A | 0 | 53 | 46 | 42 | 15F | 47 | 14 |
| Octal | 127 | 17 | 32 | 0 | 123 | 106 | 102 | 537 | 107 | 24 |
| Binary | 1010111 | 1111 | 11010 | 0 | 1010011 | 1000110 | 1000010 | 101011111 | 1000111 | 10100 |
Color Harmonies of #570F1A
Complementary color
Monochromatic Colors of #570F1A
Black with #570F1A
Text Example
Text Example
White with #570F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F1A; }
p { color: rgb(87,15,26); }
H1.HeaderClassName
{
color: #570F1A;
}
.AnyTagClassName
{
color: #570F1A;
}
</style>
background-color css
<style>
a { background-color: #570F1A; }
a { background-color: rgb(87,15,26); }
div.DivClassName
{
background-color: #570F1A;
}
.BgClassName
{
background-color: #570F1A;
}
</style>
border-color css
<style>
span { border-color: #570F1A; }
span { border-color: rgb(87,15,26); }
td.TdClassName
{
border-color: #570F1A;
}
.TagClassName
{
border-color: #570F1A;
}
</style>