Shades of Bordeaux #44111D
Tints of Bordeaux #44111D
RGB
CMYK
RGB Variations
Color information
#44111D (or 0x44111D) is known color: Bordeaux. HEX triplet: 44, 11 and 1D. RGB value is (68,17,29). Sum of RGB (Red+Green+Blue) = 68+17+29=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #44111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44111D is #BBEEE2. Grayscale: #212121. Windows color (decimal): -12316387 or 1904964. OLE color: 1904964.
HSL color Cylindrical-coordinate representation of color #44111D: hue angle of 345.88º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44111D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 17 | 29 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.73 |
| HSL | 345.88º | 0.6% | 0.17% | - |
| HSV(B) | 345.88º | 0.75% | 0.27% | - |
| XYZ | 2.81 | 1.72 | 1.35 | - |
| YUV | 33.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 29 | 0 | 0.75 | 0.57 | 0.73 | 345.88 | 0.6 | 0.17 |
| Hex | 44 | 11 | 1D | 0 | 4B | 39 | 49 | 15A | 3C | 11 |
| Octal | 104 | 21 | 35 | 0 | 113 | 71 | 111 | 532 | 74 | 21 |
| Binary | 1000100 | 10001 | 11101 | 0 | 1001011 | 111001 | 1001001 | 101011010 | 111100 | 10001 |
Color Harmonies of #44111D
Complementary color
Monochromatic Colors of #44111D
Black with #44111D
Text Example
Text Example
White with #44111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44111D; }
p { color: rgb(68,17,29); }
H1.HeaderClassName
{
color: #44111D;
}
.AnyTagClassName
{
color: #44111D;
}
</style>
background-color css
<style>
a { background-color: #44111D; }
a { background-color: rgb(68,17,29); }
div.DivClassName
{
background-color: #44111D;
}
.BgClassName
{
background-color: #44111D;
}
</style>
border-color css
<style>
span { border-color: #44111D; }
span { border-color: rgb(68,17,29); }
td.TdClassName
{
border-color: #44111D;
}
.TagClassName
{
border-color: #44111D;
}
</style>