Shades of Bordeaux #44161F
Tints of Bordeaux #44161F
RGB
CMYK
RGB Variations
Color information
#44161F (or 0x44161F) is known color: Bordeaux. HEX triplet: 44, 16 and 1F. RGB value is (68,22,31). Sum of RGB (Red+Green+Blue) = 68+22+31=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #44161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44161F is #BBE9E0. Grayscale: #242424. Windows color (decimal): -12315105 or 2037316. OLE color: 2037316.
HSL color Cylindrical-coordinate representation of color #44161F: hue angle of 348.26º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44161F is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 22 | 31 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.73 |
| HSL | 348.26º | 0.51% | 0.18% | - |
| HSV(B) | 348.26º | 0.68% | 0.27% | - |
| XYZ | 2.92 | 1.9 | 1.51 | - |
| YUV | 36.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 31 | 0 | 0.68 | 0.54 | 0.73 | 348.26 | 0.51 | 0.18 |
| Hex | 44 | 16 | 1F | 0 | 44 | 36 | 49 | 15C | 33 | 12 |
| Octal | 104 | 26 | 37 | 0 | 104 | 66 | 111 | 534 | 63 | 22 |
| Binary | 1000100 | 10110 | 11111 | 0 | 1000100 | 110110 | 1001001 | 101011100 | 110011 | 10010 |
Color Harmonies of #44161F
Complementary color
Monochromatic Colors of #44161F
Black with #44161F
Text Example
Text Example
White with #44161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44161F; }
p { color: rgb(68,22,31); }
H1.HeaderClassName
{
color: #44161F;
}
.AnyTagClassName
{
color: #44161F;
}
</style>
background-color css
<style>
a { background-color: #44161F; }
a { background-color: rgb(68,22,31); }
div.DivClassName
{
background-color: #44161F;
}
.BgClassName
{
background-color: #44161F;
}
</style>
border-color css
<style>
span { border-color: #44161F; }
span { border-color: rgb(68,22,31); }
td.TdClassName
{
border-color: #44161F;
}
.TagClassName
{
border-color: #44161F;
}
</style>