Shades of Bordeaux #44191E
Tints of Bordeaux #44191E
RGB
CMYK
RGB Variations
Color information
#44191E (or 0x44191E) is known color: Bordeaux. HEX triplet: 44, 19 and 1E. RGB value is (68,25,30). Sum of RGB (Red+Green+Blue) = 68+25+30=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #44191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44191E is #BBE6E1. Grayscale: #262626. Windows color (decimal): -12314338 or 1972548. OLE color: 1972548.
HSL color Cylindrical-coordinate representation of color #44191E: hue angle of 353.02º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44191E is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 30 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.73 |
| HSL | 353.02º | 0.46% | 0.18% | - |
| HSV(B) | 353.02º | 0.63% | 0.27% | - |
| XYZ | 2.97 | 2.02 | 1.46 | - |
| YUV | 38.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 30 | 0 | 0.63 | 0.56 | 0.73 | 353.02 | 0.46 | 0.18 |
| Hex | 44 | 19 | 1E | 0 | 3F | 38 | 49 | 161 | 2E | 12 |
| Octal | 104 | 31 | 36 | 0 | 77 | 70 | 111 | 541 | 56 | 22 |
| Binary | 1000100 | 11001 | 11110 | 0 | 111111 | 111000 | 1001001 | 101100001 | 101110 | 10010 |
Color Harmonies of #44191E
Complementary color
Monochromatic Colors of #44191E
Black with #44191E
Text Example
Text Example
White with #44191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44191E; }
p { color: rgb(68,25,30); }
H1.HeaderClassName
{
color: #44191E;
}
.AnyTagClassName
{
color: #44191E;
}
</style>
background-color css
<style>
a { background-color: #44191E; }
a { background-color: rgb(68,25,30); }
div.DivClassName
{
background-color: #44191E;
}
.BgClassName
{
background-color: #44191E;
}
</style>
border-color css
<style>
span { border-color: #44191E; }
span { border-color: rgb(68,25,30); }
td.TdClassName
{
border-color: #44191E;
}
.TagClassName
{
border-color: #44191E;
}
</style>