Shades of Bordeaux #561825
Tints of Bordeaux #561825
RGB
CMYK
RGB Variations
Color information
#561825 (or 0x561825) is known color: Bordeaux. HEX triplet: 56, 18 and 25. RGB value is (86,24,37). Sum of RGB (Red+Green+Blue) = 86+24+37=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561825 is #A9E7DA. Grayscale: #2C2C2C. Windows color (decimal): -11134939 or 2431062. OLE color: 2431062.
HSL color Cylindrical-coordinate representation of color #561825: hue angle of 347.42º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561825 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 37 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.66 |
| HSL | 347.42º | 0.56% | 0.22% | - |
| HSV(B) | 347.42º | 0.72% | 0.34% | - |
| XYZ | 4.5 | 2.77 | 2.05 | - |
| YUV | 44.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 37 | 0 | 0.72 | 0.57 | 0.66 | 347.42 | 0.56 | 0.22 |
| Hex | 56 | 18 | 25 | 0 | 48 | 39 | 42 | 15B | 38 | 16 |
| Octal | 126 | 30 | 45 | 0 | 110 | 71 | 102 | 533 | 70 | 26 |
| Binary | 1010110 | 11000 | 100101 | 0 | 1001000 | 111001 | 1000010 | 101011011 | 111000 | 10110 |
Color Harmonies of #561825
Complementary color
Monochromatic Colors of #561825
Black with #561825
Text Example
Text Example
White with #561825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561825; }
p { color: rgb(86,24,37); }
H1.HeaderClassName
{
color: #561825;
}
.AnyTagClassName
{
color: #561825;
}
</style>
background-color css
<style>
a { background-color: #561825; }
a { background-color: rgb(86,24,37); }
div.DivClassName
{
background-color: #561825;
}
.BgClassName
{
background-color: #561825;
}
</style>
border-color css
<style>
span { border-color: #561825; }
span { border-color: rgb(86,24,37); }
td.TdClassName
{
border-color: #561825;
}
.TagClassName
{
border-color: #561825;
}
</style>