Shades of Bordeaux #44131D
Tints of Bordeaux #44131D
RGB
CMYK
RGB Variations
Color information
#44131D (or 0x44131D) is known color: Bordeaux. HEX triplet: 44, 13 and 1D. RGB value is (68,19,29). Sum of RGB (Red+Green+Blue) = 68+19+29=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #44131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44131D is #BBECE2. Grayscale: #222222. Windows color (decimal): -12315875 or 1905476. OLE color: 1905476.
HSL color Cylindrical-coordinate representation of color #44131D: hue angle of 347.76º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44131D is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 19 | 29 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.73 |
| HSL | 347.76º | 0.56% | 0.17% | - |
| HSV(B) | 347.76º | 0.72% | 0.27% | - |
| XYZ | 2.84 | 1.78 | 1.36 | - |
| YUV | 34.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 29 | 0 | 0.72 | 0.57 | 0.73 | 347.76 | 0.56 | 0.17 |
| Hex | 44 | 13 | 1D | 0 | 48 | 39 | 49 | 15C | 38 | 11 |
| Octal | 104 | 23 | 35 | 0 | 110 | 71 | 111 | 534 | 70 | 21 |
| Binary | 1000100 | 10011 | 11101 | 0 | 1001000 | 111001 | 1001001 | 101011100 | 111000 | 10001 |
Color Harmonies of #44131D
Complementary color
Monochromatic Colors of #44131D
Black with #44131D
Text Example
Text Example
White with #44131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44131D; }
p { color: rgb(68,19,29); }
H1.HeaderClassName
{
color: #44131D;
}
.AnyTagClassName
{
color: #44131D;
}
</style>
background-color css
<style>
a { background-color: #44131D; }
a { background-color: rgb(68,19,29); }
div.DivClassName
{
background-color: #44131D;
}
.BgClassName
{
background-color: #44131D;
}
</style>
border-color css
<style>
span { border-color: #44131D; }
span { border-color: rgb(68,19,29); }
td.TdClassName
{
border-color: #44131D;
}
.TagClassName
{
border-color: #44131D;
}
</style>