Shades of Bordeaux #44051B
Tints of Bordeaux #44051B
RGB
CMYK
RGB Variations
Color information
#44051B (or 0x44051B) is known color: Bordeaux. HEX triplet: 44, 05 and 1B. RGB value is (68,5,27). Sum of RGB (Red+Green+Blue) = 68+5+27=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #44051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44051B is #BBFAE4. Grayscale: #1A1A1A. Windows color (decimal): -12319461 or 1770820. OLE color: 1770820.
HSL color Cylindrical-coordinate representation of color #44051B: hue angle of 339.05º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44051B is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 5 | 27 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.73 |
| HSL | 339.05º | 0.86% | 0.14% | - |
| HSV(B) | 339.05º | 0.93% | 0.27% | - |
| XYZ | 2.64 | 1.42 | 1.17 | - |
| YUV | 26.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 27 | 0 | 0.93 | 0.60 | 0.73 | 339.05 | 0.86 | 0.14 |
| Hex | 44 | 5 | 1B | 0 | 5D | 3C | 49 | 153 | 56 | E |
| Octal | 104 | 5 | 33 | 0 | 135 | 74 | 111 | 523 | 126 | 16 |
| Binary | 1000100 | 101 | 11011 | 0 | 1011101 | 111100 | 1001001 | 101010011 | 1010110 | 1110 |
Color Harmonies of #44051B
Complementary color
Monochromatic Colors of #44051B
Black with #44051B
Text Example
Text Example
White with #44051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44051B; }
p { color: rgb(68,5,27); }
H1.HeaderClassName
{
color: #44051B;
}
.AnyTagClassName
{
color: #44051B;
}
</style>
background-color css
<style>
a { background-color: #44051B; }
a { background-color: rgb(68,5,27); }
div.DivClassName
{
background-color: #44051B;
}
.BgClassName
{
background-color: #44051B;
}
</style>
border-color css
<style>
span { border-color: #44051B; }
span { border-color: rgb(68,5,27); }
td.TdClassName
{
border-color: #44051B;
}
.TagClassName
{
border-color: #44051B;
}
</style>