Shades of Bordeaux #561A25
Tints of Bordeaux #561A25
RGB
CMYK
RGB Variations
Color information
#561A25 (or 0x561A25) is known color: Bordeaux. HEX triplet: 56, 1A and 25. RGB value is (86,26,37). Sum of RGB (Red+Green+Blue) = 86+26+37=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #561A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A25 is #A9E5DA. Grayscale: #2D2D2D. Windows color (decimal): -11134427 or 2431574. OLE color: 2431574.
HSL color Cylindrical-coordinate representation of color #561A25: hue angle of 349º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A25 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 37 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.66 |
| HSL | 349º | 0.54% | 0.22% | - |
| HSV(B) | 349º | 0.7% | 0.34% | - |
| XYZ | 4.54 | 2.85 | 2.06 | - |
| YUV | 45.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 37 | 0 | 0.70 | 0.57 | 0.66 | 349 | 0.54 | 0.22 |
| Hex | 56 | 1A | 25 | 0 | 46 | 39 | 42 | 15D | 36 | 16 |
| Octal | 126 | 32 | 45 | 0 | 106 | 71 | 102 | 535 | 66 | 26 |
| Binary | 1010110 | 11010 | 100101 | 0 | 1000110 | 111001 | 1000010 | 101011101 | 110110 | 10110 |
Color Harmonies of #561A25
Complementary color
Monochromatic Colors of #561A25
Black with #561A25
Text Example
Text Example
White with #561A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A25; }
p { color: rgb(86,26,37); }
H1.HeaderClassName
{
color: #561A25;
}
.AnyTagClassName
{
color: #561A25;
}
</style>
background-color css
<style>
a { background-color: #561A25; }
a { background-color: rgb(86,26,37); }
div.DivClassName
{
background-color: #561A25;
}
.BgClassName
{
background-color: #561A25;
}
</style>
border-color css
<style>
span { border-color: #561A25; }
span { border-color: rgb(86,26,37); }
td.TdClassName
{
border-color: #561A25;
}
.TagClassName
{
border-color: #561A25;
}
</style>