Shades of Bordeaux #440B1A
Tints of Bordeaux #440B1A
RGB
CMYK
RGB Variations
Color information
#440B1A (or 0x440B1A) is known color: Bordeaux. HEX triplet: 44, 0B and 1A. RGB value is (68,11,26). Sum of RGB (Red+Green+Blue) = 68+11+26=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #440B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B1A is #BBF4E5. Grayscale: #1D1D1D. Windows color (decimal): -12317926 or 1706820. OLE color: 1706820.
HSL color Cylindrical-coordinate representation of color #440B1A: hue angle of 344.21º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440B1A is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 11 | 26 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.73 |
| HSL | 344.21º | 0.72% | 0.15% | - |
| HSV(B) | 344.21º | 0.84% | 0.27% | - |
| XYZ | 2.69 | 1.54 | 1.13 | - |
| YUV | 29.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 26 | 0 | 0.84 | 0.62 | 0.73 | 344.21 | 0.72 | 0.15 |
| Hex | 44 | B | 1A | 0 | 54 | 3E | 49 | 158 | 48 | F |
| Octal | 104 | 13 | 32 | 0 | 124 | 76 | 111 | 530 | 110 | 17 |
| Binary | 1000100 | 1011 | 11010 | 0 | 1010100 | 111110 | 1001001 | 101011000 | 1001000 | 1111 |
Color Harmonies of #440B1A
Complementary color
Monochromatic Colors of #440B1A
Black with #440B1A
Text Example
Text Example
White with #440B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B1A; }
p { color: rgb(68,11,26); }
H1.HeaderClassName
{
color: #440B1A;
}
.AnyTagClassName
{
color: #440B1A;
}
</style>
background-color css
<style>
a { background-color: #440B1A; }
a { background-color: rgb(68,11,26); }
div.DivClassName
{
background-color: #440B1A;
}
.BgClassName
{
background-color: #440B1A;
}
</style>
border-color css
<style>
span { border-color: #440B1A; }
span { border-color: rgb(68,11,26); }
td.TdClassName
{
border-color: #440B1A;
}
.TagClassName
{
border-color: #440B1A;
}
</style>