Shades of Bordeaux #440218
Tints of Bordeaux #440218
RGB
CMYK
RGB Variations
Color information
#440218 (or 0x440218) is known color: Bordeaux. HEX triplet: 44, 02 and 18. RGB value is (68,2,24). Sum of RGB (Red+Green+Blue) = 68+2+24=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #440218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440218 is #BBFDE7. Grayscale: #181818. Windows color (decimal): -12320232 or 1573444. OLE color: 1573444.
HSL color Cylindrical-coordinate representation of color #440218: hue angle of 340º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440218 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 2 | 24 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.73 |
| HSL | 340º | 0.94% | 0.14% | - |
| HSV(B) | 340º | 0.97% | 0.27% | - |
| XYZ | 2.57 | 1.34 | 0.99 | - |
| YUV | 24.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 24 | 0 | 0.97 | 0.65 | 0.73 | 340 | 0.94 | 0.14 |
| Hex | 44 | 2 | 18 | 0 | 61 | 41 | 49 | 154 | 5E | E |
| Octal | 104 | 2 | 30 | 0 | 141 | 101 | 111 | 524 | 136 | 16 |
| Binary | 1000100 | 10 | 11000 | 0 | 1100001 | 1000001 | 1001001 | 101010100 | 1011110 | 1110 |
Color Harmonies of #440218
Complementary color
Monochromatic Colors of #440218
Black with #440218
Text Example
Text Example
White with #440218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440218; }
p { color: rgb(68,2,24); }
H1.HeaderClassName
{
color: #440218;
}
.AnyTagClassName
{
color: #440218;
}
</style>
background-color css
<style>
a { background-color: #440218; }
a { background-color: rgb(68,2,24); }
div.DivClassName
{
background-color: #440218;
}
.BgClassName
{
background-color: #440218;
}
</style>
border-color css
<style>
span { border-color: #440218; }
span { border-color: rgb(68,2,24); }
td.TdClassName
{
border-color: #440218;
}
.TagClassName
{
border-color: #440218;
}
</style>