Shades of Bordeaux #410B1B
Tints of Bordeaux #410B1B
RGB
CMYK
RGB Variations
Color information
#410B1B (or 0x410B1B) is known color: Bordeaux. HEX triplet: 41, 0B and 1B. RGB value is (65,11,27). Sum of RGB (Red+Green+Blue) = 65+11+27=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #410B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B1B is #BEF4E4. Grayscale: #1C1C1C. Windows color (decimal): -12514533 or 1772353. OLE color: 1772353.
HSL color Cylindrical-coordinate representation of color #410B1B: hue angle of 342.22º 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 #410B1B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 11 | 27 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.75 |
| HSL | 342.22º | 0.71% | 0.15% | - |
| HSV(B) | 342.22º | 0.83% | 0.25% | - |
| XYZ | 2.5 | 1.44 | 1.18 | - |
| YUV | 28.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 27 | 0 | 0.83 | 0.58 | 0.75 | 342.22 | 0.71 | 0.15 |
| Hex | 41 | B | 1B | 0 | 53 | 3A | 4B | 156 | 47 | F |
| Octal | 101 | 13 | 33 | 0 | 123 | 72 | 113 | 526 | 107 | 17 |
| Binary | 1000001 | 1011 | 11011 | 0 | 1010011 | 111010 | 1001011 | 101010110 | 1000111 | 1111 |
Color Harmonies of #410B1B
Complementary color
Monochromatic Colors of #410B1B
Black with #410B1B
Text Example
Text Example
White with #410B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B1B; }
p { color: rgb(65,11,27); }
H1.HeaderClassName
{
color: #410B1B;
}
.AnyTagClassName
{
color: #410B1B;
}
</style>
background-color css
<style>
a { background-color: #410B1B; }
a { background-color: rgb(65,11,27); }
div.DivClassName
{
background-color: #410B1B;
}
.BgClassName
{
background-color: #410B1B;
}
</style>
border-color css
<style>
span { border-color: #410B1B; }
span { border-color: rgb(65,11,27); }
td.TdClassName
{
border-color: #410B1B;
}
.TagClassName
{
border-color: #410B1B;
}
</style>