Shades of Bordeaux #560F24
Tints of Bordeaux #560F24
RGB
CMYK
RGB Variations
Color information
#560F24 (or 0x560F24) is known color: Bordeaux. HEX triplet: 56, 0F and 24. RGB value is (86,15,36). Sum of RGB (Red+Green+Blue) = 86+15+36=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #560F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560F24 is #A9F0DB. Grayscale: #262626. Windows color (decimal): -11137244 or 2363222. OLE color: 2363222.
HSL color Cylindrical-coordinate representation of color #560F24: hue angle of 342.25º degrees, saturation: 0.7, 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 #560F24 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 15 | 36 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.66 |
| HSL | 342.25º | 0.7% | 0.2% | - |
| HSV(B) | 342.25º | 0.83% | 0.34% | - |
| XYZ | 4.33 | 2.45 | 1.91 | - |
| YUV | 38.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 36 | 0 | 0.83 | 0.58 | 0.66 | 342.25 | 0.7 | 0.2 |
| Hex | 56 | F | 24 | 0 | 53 | 3A | 42 | 156 | 46 | 14 |
| Octal | 126 | 17 | 44 | 0 | 123 | 72 | 102 | 526 | 106 | 24 |
| Binary | 1010110 | 1111 | 100100 | 0 | 1010011 | 111010 | 1000010 | 101010110 | 1000110 | 10100 |
Color Harmonies of #560F24
Complementary color
Monochromatic Colors of #560F24
Black with #560F24
Text Example
Text Example
White with #560F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F24; }
p { color: rgb(86,15,36); }
H1.HeaderClassName
{
color: #560F24;
}
.AnyTagClassName
{
color: #560F24;
}
</style>
background-color css
<style>
a { background-color: #560F24; }
a { background-color: rgb(86,15,36); }
div.DivClassName
{
background-color: #560F24;
}
.BgClassName
{
background-color: #560F24;
}
</style>
border-color css
<style>
span { border-color: #560F24; }
span { border-color: rgb(86,15,36); }
td.TdClassName
{
border-color: #560F24;
}
.TagClassName
{
border-color: #560F24;
}
</style>