Shades of Bordeaux #410D1D
Tints of Bordeaux #410D1D
RGB
CMYK
RGB Variations
Color information
#410D1D (or 0x410D1D) is known color: Bordeaux. HEX triplet: 41, 0D and 1D. RGB value is (65,13,29). Sum of RGB (Red+Green+Blue) = 65+13+29=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #410D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D1D is #BEF2E2. Grayscale: #1E1E1E. Windows color (decimal): -12514019 or 1903937. OLE color: 1903937.
HSL color Cylindrical-coordinate representation of color #410D1D: hue angle of 341.54º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D1D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 13 | 29 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.75 |
| HSL | 341.54º | 0.67% | 0.15% | - |
| HSV(B) | 341.54º | 0.8% | 0.25% | - |
| XYZ | 2.55 | 1.5 | 1.32 | - |
| YUV | 30.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 13 | 29 | 0 | 0.80 | 0.55 | 0.75 | 341.54 | 0.67 | 0.15 |
| Hex | 41 | D | 1D | 0 | 50 | 37 | 4B | 156 | 43 | F |
| Octal | 101 | 15 | 35 | 0 | 120 | 67 | 113 | 526 | 103 | 17 |
| Binary | 1000001 | 1101 | 11101 | 0 | 1010000 | 110111 | 1001011 | 101010110 | 1000011 | 1111 |
Color Harmonies of #410D1D
Complementary color
Monochromatic Colors of #410D1D
Black with #410D1D
Text Example
Text Example
White with #410D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410D1D; }
p { color: rgb(65,13,29); }
H1.HeaderClassName
{
color: #410D1D;
}
.AnyTagClassName
{
color: #410D1D;
}
</style>
background-color css
<style>
a { background-color: #410D1D; }
a { background-color: rgb(65,13,29); }
div.DivClassName
{
background-color: #410D1D;
}
.BgClassName
{
background-color: #410D1D;
}
</style>
border-color css
<style>
span { border-color: #410D1D; }
span { border-color: rgb(65,13,29); }
td.TdClassName
{
border-color: #410D1D;
}
.TagClassName
{
border-color: #410D1D;
}
</style>