Shades of Bordeaux #41091B
Tints of Bordeaux #41091B
RGB
CMYK
RGB Variations
Color information
#41091B (or 0x41091B) is known color: Bordeaux. HEX triplet: 41, 09 and 1B. RGB value is (65,9,27). Sum of RGB (Red+Green+Blue) = 65+9+27=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41091B is #BEF6E4. Grayscale: #1B1B1B. Windows color (decimal): -12515045 or 1771841. OLE color: 1771841.
HSL color Cylindrical-coordinate representation of color #41091B: hue angle of 340.71º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41091B is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 27 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.75 |
| HSL | 340.71º | 0.76% | 0.15% | - |
| HSV(B) | 340.71º | 0.86% | 0.25% | - |
| XYZ | 2.48 | 1.4 | 1.18 | - |
| YUV | 27.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 27 | 0 | 0.86 | 0.58 | 0.75 | 340.71 | 0.76 | 0.15 |
| Hex | 41 | 9 | 1B | 0 | 56 | 3A | 4B | 155 | 4C | F |
| Octal | 101 | 11 | 33 | 0 | 126 | 72 | 113 | 525 | 114 | 17 |
| Binary | 1000001 | 1001 | 11011 | 0 | 1010110 | 111010 | 1001011 | 101010101 | 1001100 | 1111 |
Color Harmonies of #41091B
Complementary color
Monochromatic Colors of #41091B
Black with #41091B
Text Example
Text Example
White with #41091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41091B; }
p { color: rgb(65,9,27); }
H1.HeaderClassName
{
color: #41091B;
}
.AnyTagClassName
{
color: #41091B;
}
</style>
background-color css
<style>
a { background-color: #41091B; }
a { background-color: rgb(65,9,27); }
div.DivClassName
{
background-color: #41091B;
}
.BgClassName
{
background-color: #41091B;
}
</style>
border-color css
<style>
span { border-color: #41091B; }
span { border-color: rgb(65,9,27); }
td.TdClassName
{
border-color: #41091B;
}
.TagClassName
{
border-color: #41091B;
}
</style>