Shades of Bordeaux #44091E
Tints of Bordeaux #44091E
RGB
CMYK
RGB Variations
Color information
#44091E (or 0x44091E) is known color: Bordeaux. HEX triplet: 44, 09 and 1E. RGB value is (68,9,30). Sum of RGB (Red+Green+Blue) = 68+9+30=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #44091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44091E is #BBF6E1. Grayscale: #1D1D1D. Windows color (decimal): -12318434 or 1968452. OLE color: 1968452.
HSL color Cylindrical-coordinate representation of color #44091E: hue angle of 338.64º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44091E is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 9 | 30 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.73 |
| HSL | 338.64º | 0.77% | 0.15% | - |
| HSV(B) | 338.64º | 0.87% | 0.27% | - |
| XYZ | 2.72 | 1.52 | 1.38 | - |
| YUV | 29.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 30 | 0 | 0.87 | 0.56 | 0.73 | 338.64 | 0.77 | 0.15 |
| Hex | 44 | 9 | 1E | 0 | 57 | 38 | 49 | 153 | 4D | F |
| Octal | 104 | 11 | 36 | 0 | 127 | 70 | 111 | 523 | 115 | 17 |
| Binary | 1000100 | 1001 | 11110 | 0 | 1010111 | 111000 | 1001001 | 101010011 | 1001101 | 1111 |
Color Harmonies of #44091E
Complementary color
Monochromatic Colors of #44091E
Black with #44091E
Text Example
Text Example
White with #44091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44091E; }
p { color: rgb(68,9,30); }
H1.HeaderClassName
{
color: #44091E;
}
.AnyTagClassName
{
color: #44091E;
}
</style>
background-color css
<style>
a { background-color: #44091E; }
a { background-color: rgb(68,9,30); }
div.DivClassName
{
background-color: #44091E;
}
.BgClassName
{
background-color: #44091E;
}
</style>
border-color css
<style>
span { border-color: #44091E; }
span { border-color: rgb(68,9,30); }
td.TdClassName
{
border-color: #44091E;
}
.TagClassName
{
border-color: #44091E;
}
</style>