Shades of Bordeaux #410C1E
Tints of Bordeaux #410C1E
RGB
CMYK
RGB Variations
Color information
#410C1E (or 0x410C1E) is known color: Bordeaux. HEX triplet: 41, 0C and 1E. RGB value is (65,12,30). Sum of RGB (Red+Green+Blue) = 65+12+30=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #410C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C1E is #BEF3E1. Grayscale: #1D1D1D. Windows color (decimal): -12514274 or 1969217. OLE color: 1969217.
HSL color Cylindrical-coordinate representation of color #410C1E: hue angle of 339.62º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410C1E is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 30 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.75 |
| HSL | 339.62º | 0.69% | 0.15% | - |
| HSV(B) | 339.62º | 0.82% | 0.25% | - |
| XYZ | 2.55 | 1.48 | 1.38 | - |
| YUV | 29.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 30 | 0 | 0.82 | 0.54 | 0.75 | 339.62 | 0.69 | 0.15 |
| Hex | 41 | C | 1E | 0 | 52 | 36 | 4B | 154 | 45 | F |
| Octal | 101 | 14 | 36 | 0 | 122 | 66 | 113 | 524 | 105 | 17 |
| Binary | 1000001 | 1100 | 11110 | 0 | 1010010 | 110110 | 1001011 | 101010100 | 1000101 | 1111 |
Color Harmonies of #410C1E
Complementary color
Monochromatic Colors of #410C1E
Black with #410C1E
Text Example
Text Example
White with #410C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C1E; }
p { color: rgb(65,12,30); }
H1.HeaderClassName
{
color: #410C1E;
}
.AnyTagClassName
{
color: #410C1E;
}
</style>
background-color css
<style>
a { background-color: #410C1E; }
a { background-color: rgb(65,12,30); }
div.DivClassName
{
background-color: #410C1E;
}
.BgClassName
{
background-color: #410C1E;
}
</style>
border-color css
<style>
span { border-color: #410C1E; }
span { border-color: rgb(65,12,30); }
td.TdClassName
{
border-color: #410C1E;
}
.TagClassName
{
border-color: #410C1E;
}
</style>