Shades of Bordeaux #410C1C
Tints of Bordeaux #410C1C
RGB
CMYK
RGB Variations
Color information
#410C1C (or 0x410C1C) is known color: Bordeaux. HEX triplet: 41, 0C and 1C. RGB value is (65,12,28). Sum of RGB (Red+Green+Blue) = 65+12+28=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C1C is #BEF3E3. Grayscale: #1D1D1D. Windows color (decimal): -12514276 or 1838145. OLE color: 1838145.
HSL color Cylindrical-coordinate representation of color #410C1C: hue angle of 341.89º 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 #410C1C is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 28 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.75 |
| HSL | 341.89º | 0.69% | 0.15% | - |
| HSV(B) | 341.89º | 0.82% | 0.25% | - |
| XYZ | 2.52 | 1.47 | 1.25 | - |
| YUV | 29.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 28 | 0 | 0.82 | 0.57 | 0.75 | 341.89 | 0.69 | 0.15 |
| Hex | 41 | C | 1C | 0 | 52 | 39 | 4B | 156 | 45 | F |
| Octal | 101 | 14 | 34 | 0 | 122 | 71 | 113 | 526 | 105 | 17 |
| Binary | 1000001 | 1100 | 11100 | 0 | 1010010 | 111001 | 1001011 | 101010110 | 1000101 | 1111 |
Color Harmonies of #410C1C
Complementary color
Monochromatic Colors of #410C1C
Black with #410C1C
Text Example
Text Example
White with #410C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C1C; }
p { color: rgb(65,12,28); }
H1.HeaderClassName
{
color: #410C1C;
}
.AnyTagClassName
{
color: #410C1C;
}
</style>
background-color css
<style>
a { background-color: #410C1C; }
a { background-color: rgb(65,12,28); }
div.DivClassName
{
background-color: #410C1C;
}
.BgClassName
{
background-color: #410C1C;
}
</style>
border-color css
<style>
span { border-color: #410C1C; }
span { border-color: rgb(65,12,28); }
td.TdClassName
{
border-color: #410C1C;
}
.TagClassName
{
border-color: #410C1C;
}
</style>