Shades of Bordeaux #570F18
Tints of Bordeaux #570F18
RGB
CMYK
RGB Variations
Color information
#570F18 (or 0x570F18) is known color: Bordeaux. HEX triplet: 57, 0F and 18. RGB value is (87,15,24). Sum of RGB (Red+Green+Blue) = 87+15+24=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F18 is #A8F0E7. Grayscale: #252525. Windows color (decimal): -11071720 or 1576791. OLE color: 1576791.
HSL color Cylindrical-coordinate representation of color #570F18: hue angle of 352.5º 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 #570F18 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 24 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.66 |
| HSL | 352.5º | 0.71% | 0.2% | - |
| HSV(B) | 352.5º | 0.83% | 0.34% | - |
| XYZ | 4.27 | 2.43 | 1.11 | - |
| YUV | 37.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 24 | 0 | 0.83 | 0.72 | 0.66 | 352.5 | 0.71 | 0.2 |
| Hex | 57 | F | 18 | 0 | 53 | 48 | 42 | 160 | 47 | 14 |
| Octal | 127 | 17 | 30 | 0 | 123 | 110 | 102 | 540 | 107 | 24 |
| Binary | 1010111 | 1111 | 11000 | 0 | 1010011 | 1001000 | 1000010 | 101100000 | 1000111 | 10100 |
Color Harmonies of #570F18
Complementary color
Monochromatic Colors of #570F18
Black with #570F18
Text Example
Text Example
White with #570F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F18; }
p { color: rgb(87,15,24); }
H1.HeaderClassName
{
color: #570F18;
}
.AnyTagClassName
{
color: #570F18;
}
</style>
background-color css
<style>
a { background-color: #570F18; }
a { background-color: rgb(87,15,24); }
div.DivClassName
{
background-color: #570F18;
}
.BgClassName
{
background-color: #570F18;
}
</style>
border-color css
<style>
span { border-color: #570F18; }
span { border-color: rgb(87,15,24); }
td.TdClassName
{
border-color: #570F18;
}
.TagClassName
{
border-color: #570F18;
}
</style>