Shades of Bordeaux #44121D
Tints of Bordeaux #44121D
RGB
CMYK
RGB Variations
Color information
#44121D (or 0x44121D) is known color: Bordeaux. HEX triplet: 44, 12 and 1D. RGB value is (68,18,29). Sum of RGB (Red+Green+Blue) = 68+18+29=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44121D is #BBEDE2. Grayscale: #222222. Windows color (decimal): -12316131 or 1905220. OLE color: 1905220.
HSL color Cylindrical-coordinate representation of color #44121D: hue angle of 346.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44121D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 18 | 29 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.73 |
| HSL | 346.8º | 0.58% | 0.17% | - |
| HSV(B) | 346.8º | 0.74% | 0.27% | - |
| XYZ | 2.82 | 1.75 | 1.35 | - |
| YUV | 34.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 29 | 0 | 0.74 | 0.57 | 0.73 | 346.8 | 0.58 | 0.17 |
| Hex | 44 | 12 | 1D | 0 | 4A | 39 | 49 | 15B | 3A | 11 |
| Octal | 104 | 22 | 35 | 0 | 112 | 71 | 111 | 533 | 72 | 21 |
| Binary | 1000100 | 10010 | 11101 | 0 | 1001010 | 111001 | 1001001 | 101011011 | 111010 | 10001 |
Color Harmonies of #44121D
Complementary color
Monochromatic Colors of #44121D
Black with #44121D
Text Example
Text Example
White with #44121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44121D; }
p { color: rgb(68,18,29); }
H1.HeaderClassName
{
color: #44121D;
}
.AnyTagClassName
{
color: #44121D;
}
</style>
background-color css
<style>
a { background-color: #44121D; }
a { background-color: rgb(68,18,29); }
div.DivClassName
{
background-color: #44121D;
}
.BgClassName
{
background-color: #44121D;
}
</style>
border-color css
<style>
span { border-color: #44121D; }
span { border-color: rgb(68,18,29); }
td.TdClassName
{
border-color: #44121D;
}
.TagClassName
{
border-color: #44121D;
}
</style>