Shades of Bordeaux #44101C
Tints of Bordeaux #44101C
RGB
CMYK
RGB Variations
Color information
#44101C (or 0x44101C) is known color: Bordeaux. HEX triplet: 44, 10 and 1C. RGB value is (68,16,28). Sum of RGB (Red+Green+Blue) = 68+16+28=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #44101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44101C is #BBEFE3. Grayscale: #202020. Windows color (decimal): -12316644 or 1839172. OLE color: 1839172.
HSL color Cylindrical-coordinate representation of color #44101C: hue angle of 346.15º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44101C is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 16 | 28 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.73 |
| HSL | 346.15º | 0.62% | 0.16% | - |
| HSV(B) | 346.15º | 0.76% | 0.27% | - |
| XYZ | 2.78 | 1.68 | 1.28 | - |
| YUV | 32.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 28 | 0 | 0.76 | 0.59 | 0.73 | 346.15 | 0.62 | 0.16 |
| Hex | 44 | 10 | 1C | 0 | 4C | 3B | 49 | 15A | 3E | 10 |
| Octal | 104 | 20 | 34 | 0 | 114 | 73 | 111 | 532 | 76 | 20 |
| Binary | 1000100 | 10000 | 11100 | 0 | 1001100 | 111011 | 1001001 | 101011010 | 111110 | 10000 |
Color Harmonies of #44101C
Complementary color
Monochromatic Colors of #44101C
Black with #44101C
Text Example
Text Example
White with #44101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44101C; }
p { color: rgb(68,16,28); }
H1.HeaderClassName
{
color: #44101C;
}
.AnyTagClassName
{
color: #44101C;
}
</style>
background-color css
<style>
a { background-color: #44101C; }
a { background-color: rgb(68,16,28); }
div.DivClassName
{
background-color: #44101C;
}
.BgClassName
{
background-color: #44101C;
}
</style>
border-color css
<style>
span { border-color: #44101C; }
span { border-color: rgb(68,16,28); }
td.TdClassName
{
border-color: #44101C;
}
.TagClassName
{
border-color: #44101C;
}
</style>