Shades of Bordeaux #44071B
Tints of Bordeaux #44071B
RGB
CMYK
RGB Variations
Color information
#44071B (or 0x44071B) is known color: Bordeaux. HEX triplet: 44, 07 and 1B. RGB value is (68,7,27). Sum of RGB (Red+Green+Blue) = 68+7+27=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #44071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44071B is #BBF8E4. Grayscale: #1B1B1B. Windows color (decimal): -12318949 or 1771332. OLE color: 1771332.
HSL color Cylindrical-coordinate representation of color #44071B: hue angle of 340.33º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44071B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 7 | 27 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.73 |
| HSL | 340.33º | 0.81% | 0.15% | - |
| HSV(B) | 340.33º | 0.9% | 0.27% | - |
| XYZ | 2.66 | 1.46 | 1.18 | - |
| YUV | 27.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 27 | 0 | 0.90 | 0.60 | 0.73 | 340.33 | 0.81 | 0.15 |
| Hex | 44 | 7 | 1B | 0 | 5A | 3C | 49 | 154 | 51 | F |
| Octal | 104 | 7 | 33 | 0 | 132 | 74 | 111 | 524 | 121 | 17 |
| Binary | 1000100 | 111 | 11011 | 0 | 1011010 | 111100 | 1001001 | 101010100 | 1010001 | 1111 |
Color Harmonies of #44071B
Complementary color
Monochromatic Colors of #44071B
Black with #44071B
Text Example
Text Example
White with #44071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44071B; }
p { color: rgb(68,7,27); }
H1.HeaderClassName
{
color: #44071B;
}
.AnyTagClassName
{
color: #44071B;
}
</style>
background-color css
<style>
a { background-color: #44071B; }
a { background-color: rgb(68,7,27); }
div.DivClassName
{
background-color: #44071B;
}
.BgClassName
{
background-color: #44071B;
}
</style>
border-color css
<style>
span { border-color: #44071B; }
span { border-color: rgb(68,7,27); }
td.TdClassName
{
border-color: #44071B;
}
.TagClassName
{
border-color: #44071B;
}
</style>