Shades of Bordeaux #561925
Tints of Bordeaux #561925
RGB
CMYK
RGB Variations
Color information
#561925 (or 0x561925) is known color: Bordeaux. HEX triplet: 56, 19 and 25. RGB value is (86,25,37). Sum of RGB (Red+Green+Blue) = 86+25+37=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #561925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561925 is #A9E6DA. Grayscale: #2C2C2C. Windows color (decimal): -11134683 or 2431318. OLE color: 2431318.
HSL color Cylindrical-coordinate representation of color #561925: hue angle of 348.2º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #561925 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 37 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.66 |
| HSL | 348.2º | 0.55% | 0.22% | - |
| HSV(B) | 348.2º | 0.71% | 0.34% | - |
| XYZ | 4.52 | 2.81 | 2.05 | - |
| YUV | 44.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 37 | 0 | 0.71 | 0.57 | 0.66 | 348.2 | 0.55 | 0.22 |
| Hex | 56 | 19 | 25 | 0 | 47 | 39 | 42 | 15C | 37 | 16 |
| Octal | 126 | 31 | 45 | 0 | 107 | 71 | 102 | 534 | 67 | 26 |
| Binary | 1010110 | 11001 | 100101 | 0 | 1000111 | 111001 | 1000010 | 101011100 | 110111 | 10110 |
Color Harmonies of #561925
Complementary color
Monochromatic Colors of #561925
Black with #561925
Text Example
Text Example
White with #561925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561925; }
p { color: rgb(86,25,37); }
H1.HeaderClassName
{
color: #561925;
}
.AnyTagClassName
{
color: #561925;
}
</style>
background-color css
<style>
a { background-color: #561925; }
a { background-color: rgb(86,25,37); }
div.DivClassName
{
background-color: #561925;
}
.BgClassName
{
background-color: #561925;
}
</style>
border-color css
<style>
span { border-color: #561925; }
span { border-color: rgb(86,25,37); }
td.TdClassName
{
border-color: #561925;
}
.TagClassName
{
border-color: #561925;
}
</style>