Shades of Bordeaux #41151E
Tints of Bordeaux #41151E
RGB
CMYK
RGB Variations
Color information
#41151E (or 0x41151E) is known color: Bordeaux. HEX triplet: 41, 15 and 1E. RGB value is (65,21,30). Sum of RGB (Red+Green+Blue) = 65+21+30=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41151E is #BEEAE1. Grayscale: #232323. Windows color (decimal): -12511970 or 1971521. OLE color: 1971521.
HSL color Cylindrical-coordinate representation of color #41151E: hue angle of 347.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41151E is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 21 | 30 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.75 |
| HSL | 347.73º | 0.51% | 0.17% | - |
| HSV(B) | 347.73º | 0.68% | 0.25% | - |
| XYZ | 2.68 | 1.75 | 1.43 | - |
| YUV | 35.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 30 | 0 | 0.68 | 0.54 | 0.75 | 347.73 | 0.51 | 0.17 |
| Hex | 41 | 15 | 1E | 0 | 44 | 36 | 4B | 15C | 33 | 11 |
| Octal | 101 | 25 | 36 | 0 | 104 | 66 | 113 | 534 | 63 | 21 |
| Binary | 1000001 | 10101 | 11110 | 0 | 1000100 | 110110 | 1001011 | 101011100 | 110011 | 10001 |
Color Harmonies of #41151E
Complementary color
Monochromatic Colors of #41151E
Black with #41151E
Text Example
Text Example
White with #41151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41151E; }
p { color: rgb(65,21,30); }
H1.HeaderClassName
{
color: #41151E;
}
.AnyTagClassName
{
color: #41151E;
}
</style>
background-color css
<style>
a { background-color: #41151E; }
a { background-color: rgb(65,21,30); }
div.DivClassName
{
background-color: #41151E;
}
.BgClassName
{
background-color: #41151E;
}
</style>
border-color css
<style>
span { border-color: #41151E; }
span { border-color: rgb(65,21,30); }
td.TdClassName
{
border-color: #41151E;
}
.TagClassName
{
border-color: #41151E;
}
</style>