Shades of Bordeaux #400C1C
Tints of Bordeaux #400C1C
RGB
CMYK
RGB Variations
Color information
#400C1C (or 0x400C1C) is known color: Bordeaux. HEX triplet: 40, 0C and 1C. RGB value is (64,12,28). Sum of RGB (Red+Green+Blue) = 64+12+28=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1C is #BFF3E3. Grayscale: #1D1D1D. Windows color (decimal): -12579812 or 1838144. OLE color: 1838144.
HSL color Cylindrical-coordinate representation of color #400C1C: hue angle of 341.54º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C1C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 28 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.75 |
| HSL | 341.54º | 0.68% | 0.15% | - |
| HSV(B) | 341.54º | 0.81% | 0.25% | - |
| XYZ | 2.46 | 1.44 | 1.25 | - |
| YUV | 29.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 28 | 0 | 0.81 | 0.56 | 0.75 | 341.54 | 0.68 | 0.15 |
| Hex | 40 | C | 1C | 0 | 51 | 38 | 4B | 156 | 44 | F |
| Octal | 100 | 14 | 34 | 0 | 121 | 70 | 113 | 526 | 104 | 17 |
| Binary | 1000000 | 1100 | 11100 | 0 | 1010001 | 111000 | 1001011 | 101010110 | 1000100 | 1111 |
Color Harmonies of #400C1C
Complementary color
Monochromatic Colors of #400C1C
Black with #400C1C
Text Example
Text Example
White with #400C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C1C; }
p { color: rgb(64,12,28); }
H1.HeaderClassName
{
color: #400C1C;
}
.AnyTagClassName
{
color: #400C1C;
}
</style>
background-color css
<style>
a { background-color: #400C1C; }
a { background-color: rgb(64,12,28); }
div.DivClassName
{
background-color: #400C1C;
}
.BgClassName
{
background-color: #400C1C;
}
</style>
border-color css
<style>
span { border-color: #400C1C; }
span { border-color: rgb(64,12,28); }
td.TdClassName
{
border-color: #400C1C;
}
.TagClassName
{
border-color: #400C1C;
}
</style>