Shades of Bordeaux #44161E
Tints of Bordeaux #44161E
RGB
CMYK
RGB Variations
Color information
#44161E (or 0x44161E) is known color: Bordeaux. HEX triplet: 44, 16 and 1E. RGB value is (68,22,30). Sum of RGB (Red+Green+Blue) = 68+22+30=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #44161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44161E is #BBE9E1. Grayscale: #242424. Windows color (decimal): -12315106 or 1971780. OLE color: 1971780.
HSL color Cylindrical-coordinate representation of color #44161E: hue angle of 349.57º 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 #44161E is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 22 | 30 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.73 |
| HSL | 349.57º | 0.51% | 0.18% | - |
| HSV(B) | 349.57º | 0.68% | 0.27% | - |
| XYZ | 2.91 | 1.9 | 1.44 | - |
| YUV | 36.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 22 | 30 | 0 | 0.68 | 0.56 | 0.73 | 349.57 | 0.51 | 0.18 |
| Hex | 44 | 16 | 1E | 0 | 44 | 38 | 49 | 15E | 33 | 12 |
| Octal | 104 | 26 | 36 | 0 | 104 | 70 | 111 | 536 | 63 | 22 |
| Binary | 1000100 | 10110 | 11110 | 0 | 1000100 | 111000 | 1001001 | 101011110 | 110011 | 10010 |
Color Harmonies of #44161E
Complementary color
Monochromatic Colors of #44161E
Black with #44161E
Text Example
Text Example
White with #44161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44161E; }
p { color: rgb(68,22,30); }
H1.HeaderClassName
{
color: #44161E;
}
.AnyTagClassName
{
color: #44161E;
}
</style>
background-color css
<style>
a { background-color: #44161E; }
a { background-color: rgb(68,22,30); }
div.DivClassName
{
background-color: #44161E;
}
.BgClassName
{
background-color: #44161E;
}
</style>
border-color css
<style>
span { border-color: #44161E; }
span { border-color: rgb(68,22,30); }
td.TdClassName
{
border-color: #44161E;
}
.TagClassName
{
border-color: #44161E;
}
</style>