Shades of Bordeaux #561C28
Tints of Bordeaux #561C28
RGB
CMYK
RGB Variations
Color information
#561C28 (or 0x561C28) is known color: Bordeaux. HEX triplet: 56, 1C and 28. RGB value is (86,28,40). Sum of RGB (Red+Green+Blue) = 86+28+40=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #561C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C28 is #A9E3D7. Grayscale: #2E2E2E. Windows color (decimal): -11133912 or 2628694. OLE color: 2628694.
HSL color Cylindrical-coordinate representation of color #561C28: hue angle of 347.59º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C28 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 28 | 40 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.66 |
| HSL | 347.59º | 0.51% | 0.22% | - |
| HSV(B) | 347.59º | 0.67% | 0.34% | - |
| XYZ | 4.64 | 2.96 | 2.33 | - |
| YUV | 46.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 40 | 0 | 0.67 | 0.53 | 0.66 | 347.59 | 0.51 | 0.22 |
| Hex | 56 | 1C | 28 | 0 | 43 | 35 | 42 | 15C | 33 | 16 |
| Octal | 126 | 34 | 50 | 0 | 103 | 65 | 102 | 534 | 63 | 26 |
| Binary | 1010110 | 11100 | 101000 | 0 | 1000011 | 110101 | 1000010 | 101011100 | 110011 | 10110 |
Color Harmonies of #561C28
Complementary color
Monochromatic Colors of #561C28
Black with #561C28
Text Example
Text Example
White with #561C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C28; }
p { color: rgb(86,28,40); }
H1.HeaderClassName
{
color: #561C28;
}
.AnyTagClassName
{
color: #561C28;
}
</style>
background-color css
<style>
a { background-color: #561C28; }
a { background-color: rgb(86,28,40); }
div.DivClassName
{
background-color: #561C28;
}
.BgClassName
{
background-color: #561C28;
}
</style>
border-color css
<style>
span { border-color: #561C28; }
span { border-color: rgb(86,28,40); }
td.TdClassName
{
border-color: #561C28;
}
.TagClassName
{
border-color: #561C28;
}
</style>