Shades of Bordeaux #40071B
Tints of Bordeaux #40071B
RGB
CMYK
RGB Variations
Color information
#40071B (or 0x40071B) is known color: Bordeaux. HEX triplet: 40, 07 and 1B. RGB value is (64,7,27). Sum of RGB (Red+Green+Blue) = 64+7+27=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #40071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40071B is #BFF8E4. Grayscale: #1A1A1A. Windows color (decimal): -12581093 or 1771328. OLE color: 1771328.
HSL color Cylindrical-coordinate representation of color #40071B: hue angle of 338.95º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40071B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 27 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.75 |
| HSL | 338.95º | 0.8% | 0.14% | - |
| HSV(B) | 338.95º | 0.89% | 0.25% | - |
| XYZ | 2.39 | 1.32 | 1.17 | - |
| YUV | 26.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 27 | 0 | 0.89 | 0.58 | 0.75 | 338.95 | 0.8 | 0.14 |
| Hex | 40 | 7 | 1B | 0 | 59 | 3A | 4B | 153 | 50 | E |
| Octal | 100 | 7 | 33 | 0 | 131 | 72 | 113 | 523 | 120 | 16 |
| Binary | 1000000 | 111 | 11011 | 0 | 1011001 | 111010 | 1001011 | 101010011 | 1010000 | 1110 |
Color Harmonies of #40071B
Complementary color
Monochromatic Colors of #40071B
Black with #40071B
Text Example
Text Example
White with #40071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40071B; }
p { color: rgb(64,7,27); }
H1.HeaderClassName
{
color: #40071B;
}
.AnyTagClassName
{
color: #40071B;
}
</style>
background-color css
<style>
a { background-color: #40071B; }
a { background-color: rgb(64,7,27); }
div.DivClassName
{
background-color: #40071B;
}
.BgClassName
{
background-color: #40071B;
}
</style>
border-color css
<style>
span { border-color: #40071B; }
span { border-color: rgb(64,7,27); }
td.TdClassName
{
border-color: #40071B;
}
.TagClassName
{
border-color: #40071B;
}
</style>