Shades of Bordeaux #440D20
Tints of Bordeaux #440D20
RGB
CMYK
RGB Variations
Color information
#440D20 (or 0x440D20) is known color: Bordeaux. HEX triplet: 44, 0D and 20. RGB value is (68,13,32). Sum of RGB (Red+Green+Blue) = 68+13+32=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #440D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D20 is #BBF2DF. Grayscale: #1F1F1F. Windows color (decimal): -12317408 or 2100548. OLE color: 2100548.
HSL color Cylindrical-coordinate representation of color #440D20: hue angle of 339.27º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D20 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 13 | 32 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.73 |
| HSL | 339.27º | 0.68% | 0.16% | - |
| HSV(B) | 339.27º | 0.81% | 0.27% | - |
| XYZ | 2.79 | 1.62 | 1.53 | - |
| YUV | 31.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 32 | 0 | 0.81 | 0.53 | 0.73 | 339.27 | 0.68 | 0.16 |
| Hex | 44 | D | 20 | 0 | 51 | 35 | 49 | 153 | 44 | 10 |
| Octal | 104 | 15 | 40 | 0 | 121 | 65 | 111 | 523 | 104 | 20 |
| Binary | 1000100 | 1101 | 100000 | 0 | 1010001 | 110101 | 1001001 | 101010011 | 1000100 | 10000 |
Color Harmonies of #440D20
Complementary color
Monochromatic Colors of #440D20
Black with #440D20
Text Example
Text Example
White with #440D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D20; }
p { color: rgb(68,13,32); }
H1.HeaderClassName
{
color: #440D20;
}
.AnyTagClassName
{
color: #440D20;
}
</style>
background-color css
<style>
a { background-color: #440D20; }
a { background-color: rgb(68,13,32); }
div.DivClassName
{
background-color: #440D20;
}
.BgClassName
{
background-color: #440D20;
}
</style>
border-color css
<style>
span { border-color: #440D20; }
span { border-color: rgb(68,13,32); }
td.TdClassName
{
border-color: #440D20;
}
.TagClassName
{
border-color: #440D20;
}
</style>