Shades of Bordeaux #440219
Tints of Bordeaux #440219
RGB
CMYK
RGB Variations
Color information
#440219 (or 0x440219) is known color: Bordeaux. HEX triplet: 44, 02 and 19. RGB value is (68,2,25). Sum of RGB (Red+Green+Blue) = 68+2+25=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #440219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440219 is #BBFDE6. Grayscale: #181818. Windows color (decimal): -12320231 or 1638980. OLE color: 1638980.
HSL color Cylindrical-coordinate representation of color #440219: hue angle of 339.09º 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 #440219 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 2 | 25 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.73 |
| HSL | 339.09º | 0.94% | 0.14% | - |
| HSV(B) | 339.09º | 0.97% | 0.27% | - |
| XYZ | 2.58 | 1.34 | 1.04 | - |
| YUV | 24.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 25 | 0 | 0.97 | 0.63 | 0.73 | 339.09 | 0.94 | 0.14 |
| Hex | 44 | 2 | 19 | 0 | 61 | 3F | 49 | 153 | 5E | E |
| Octal | 104 | 2 | 31 | 0 | 141 | 77 | 111 | 523 | 136 | 16 |
| Binary | 1000100 | 10 | 11001 | 0 | 1100001 | 111111 | 1001001 | 101010011 | 1011110 | 1110 |
Color Harmonies of #440219
Complementary color
Monochromatic Colors of #440219
Black with #440219
Text Example
Text Example
White with #440219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440219; }
p { color: rgb(68,2,25); }
H1.HeaderClassName
{
color: #440219;
}
.AnyTagClassName
{
color: #440219;
}
</style>
background-color css
<style>
a { background-color: #440219; }
a { background-color: rgb(68,2,25); }
div.DivClassName
{
background-color: #440219;
}
.BgClassName
{
background-color: #440219;
}
</style>
border-color css
<style>
span { border-color: #440219; }
span { border-color: rgb(68,2,25); }
td.TdClassName
{
border-color: #440219;
}
.TagClassName
{
border-color: #440219;
}
</style>