Shades of Bordeaux #400C1E
Tints of Bordeaux #400C1E
RGB
CMYK
RGB Variations
Color information
#400C1E (or 0x400C1E) is known color: Bordeaux. HEX triplet: 40, 0C and 1E. RGB value is (64,12,30). Sum of RGB (Red+Green+Blue) = 64+12+30=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1E is #BFF3E1. Grayscale: #1D1D1D. Windows color (decimal): -12579810 or 1969216. OLE color: 1969216.
HSL color Cylindrical-coordinate representation of color #400C1E: hue angle of 339.23º 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 #400C1E is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 30 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.75 |
| HSL | 339.23º | 0.68% | 0.15% | - |
| HSV(B) | 339.23º | 0.81% | 0.25% | - |
| XYZ | 2.48 | 1.45 | 1.38 | - |
| YUV | 29.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 30 | 0 | 0.81 | 0.53 | 0.75 | 339.23 | 0.68 | 0.15 |
| Hex | 40 | C | 1E | 0 | 51 | 35 | 4B | 153 | 44 | F |
| Octal | 100 | 14 | 36 | 0 | 121 | 65 | 113 | 523 | 104 | 17 |
| Binary | 1000000 | 1100 | 11110 | 0 | 1010001 | 110101 | 1001011 | 101010011 | 1000100 | 1111 |
Color Harmonies of #400C1E
Complementary color
Monochromatic Colors of #400C1E
Black with #400C1E
Text Example
Text Example
White with #400C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C1E; }
p { color: rgb(64,12,30); }
H1.HeaderClassName
{
color: #400C1E;
}
.AnyTagClassName
{
color: #400C1E;
}
</style>
background-color css
<style>
a { background-color: #400C1E; }
a { background-color: rgb(64,12,30); }
div.DivClassName
{
background-color: #400C1E;
}
.BgClassName
{
background-color: #400C1E;
}
</style>
border-color css
<style>
span { border-color: #400C1E; }
span { border-color: rgb(64,12,30); }
td.TdClassName
{
border-color: #400C1E;
}
.TagClassName
{
border-color: #400C1E;
}
</style>