Shades of Bordeaux #41091C
Tints of Bordeaux #41091C
RGB
CMYK
RGB Variations
Color information
#41091C (or 0x41091C) is known color: Bordeaux. HEX triplet: 41, 09 and 1C. RGB value is (65,9,28). Sum of RGB (Red+Green+Blue) = 65+9+28=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #41091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41091C is #BEF6E3. Grayscale: #1B1B1B. Windows color (decimal): -12515044 or 1837377. OLE color: 1837377.
HSL color Cylindrical-coordinate representation of color #41091C: hue angle of 339.64º 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 #41091C is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 28 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.75 |
| HSL | 339.64º | 0.76% | 0.15% | - |
| HSV(B) | 339.64º | 0.86% | 0.25% | - |
| XYZ | 2.49 | 1.4 | 1.24 | - |
| YUV | 27.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 28 | 0 | 0.86 | 0.57 | 0.75 | 339.64 | 0.76 | 0.15 |
| Hex | 41 | 9 | 1C | 0 | 56 | 39 | 4B | 154 | 4C | F |
| Octal | 101 | 11 | 34 | 0 | 126 | 71 | 113 | 524 | 114 | 17 |
| Binary | 1000001 | 1001 | 11100 | 0 | 1010110 | 111001 | 1001011 | 101010100 | 1001100 | 1111 |
Color Harmonies of #41091C
Complementary color
Monochromatic Colors of #41091C
Black with #41091C
Text Example
Text Example
White with #41091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41091C; }
p { color: rgb(65,9,28); }
H1.HeaderClassName
{
color: #41091C;
}
.AnyTagClassName
{
color: #41091C;
}
</style>
background-color css
<style>
a { background-color: #41091C; }
a { background-color: rgb(65,9,28); }
div.DivClassName
{
background-color: #41091C;
}
.BgClassName
{
background-color: #41091C;
}
</style>
border-color css
<style>
span { border-color: #41091C; }
span { border-color: rgb(65,9,28); }
td.TdClassName
{
border-color: #41091C;
}
.TagClassName
{
border-color: #41091C;
}
</style>