Shades of Bordeaux #410A1B
Tints of Bordeaux #410A1B
RGB
CMYK
RGB Variations
Color information
#410A1B (or 0x410A1B) is known color: Bordeaux. HEX triplet: 41, 0A and 1B. RGB value is (65,10,27). Sum of RGB (Red+Green+Blue) = 65+10+27=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #410A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A1B is #BEF5E4. Grayscale: #1C1C1C. Windows color (decimal): -12514789 or 1772097. OLE color: 1772097.
HSL color Cylindrical-coordinate representation of color #410A1B: hue angle of 341.45º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A1B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 27 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.75 |
| HSL | 341.45º | 0.73% | 0.15% | - |
| HSV(B) | 341.45º | 0.85% | 0.25% | - |
| XYZ | 2.49 | 1.42 | 1.18 | - |
| YUV | 28.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 27 | 0 | 0.85 | 0.58 | 0.75 | 341.45 | 0.73 | 0.15 |
| Hex | 41 | A | 1B | 0 | 55 | 3A | 4B | 155 | 49 | F |
| Octal | 101 | 12 | 33 | 0 | 125 | 72 | 113 | 525 | 111 | 17 |
| Binary | 1000001 | 1010 | 11011 | 0 | 1010101 | 111010 | 1001011 | 101010101 | 1001001 | 1111 |
Color Harmonies of #410A1B
Complementary color
Monochromatic Colors of #410A1B
Black with #410A1B
Text Example
Text Example
White with #410A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A1B; }
p { color: rgb(65,10,27); }
H1.HeaderClassName
{
color: #410A1B;
}
.AnyTagClassName
{
color: #410A1B;
}
</style>
background-color css
<style>
a { background-color: #410A1B; }
a { background-color: rgb(65,10,27); }
div.DivClassName
{
background-color: #410A1B;
}
.BgClassName
{
background-color: #410A1B;
}
</style>
border-color css
<style>
span { border-color: #410A1B; }
span { border-color: rgb(65,10,27); }
td.TdClassName
{
border-color: #410A1B;
}
.TagClassName
{
border-color: #410A1B;
}
</style>