Shades of Bordeaux #410B1D
Tints of Bordeaux #410B1D
RGB
CMYK
RGB Variations
Color information
#410B1D (or 0x410B1D) is known color: Bordeaux. HEX triplet: 41, 0B and 1D. RGB value is (65,11,29). Sum of RGB (Red+Green+Blue) = 65+11+29=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B1D is #BEF4E2. Grayscale: #1D1D1D. Windows color (decimal): -12514531 or 1903425. OLE color: 1903425.
HSL color Cylindrical-coordinate representation of color #410B1D: hue angle of 340º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #410B1D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 11 | 29 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.75 |
| HSL | 340º | 0.71% | 0.15% | - |
| HSV(B) | 340º | 0.83% | 0.25% | - |
| XYZ | 2.52 | 1.45 | 1.31 | - |
| YUV | 29.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 29 | 0 | 0.83 | 0.55 | 0.75 | 340 | 0.71 | 0.15 |
| Hex | 41 | B | 1D | 0 | 53 | 37 | 4B | 154 | 47 | F |
| Octal | 101 | 13 | 35 | 0 | 123 | 67 | 113 | 524 | 107 | 17 |
| Binary | 1000001 | 1011 | 11101 | 0 | 1010011 | 110111 | 1001011 | 101010100 | 1000111 | 1111 |
Color Harmonies of #410B1D
Complementary color
Monochromatic Colors of #410B1D
Black with #410B1D
Text Example
Text Example
White with #410B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B1D; }
p { color: rgb(65,11,29); }
H1.HeaderClassName
{
color: #410B1D;
}
.AnyTagClassName
{
color: #410B1D;
}
</style>
background-color css
<style>
a { background-color: #410B1D; }
a { background-color: rgb(65,11,29); }
div.DivClassName
{
background-color: #410B1D;
}
.BgClassName
{
background-color: #410B1D;
}
</style>
border-color css
<style>
span { border-color: #410B1D; }
span { border-color: rgb(65,11,29); }
td.TdClassName
{
border-color: #410B1D;
}
.TagClassName
{
border-color: #410B1D;
}
</style>