Shades of Bordeaux #441420
Tints of Bordeaux #441420
RGB
CMYK
RGB Variations
Color information
#441420 (or 0x441420) is known color: Bordeaux. HEX triplet: 44, 14 and 20. RGB value is (68,20,32). Sum of RGB (Red+Green+Blue) = 68+20+32=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441420 is #BBEBDF. Grayscale: #232323. Windows color (decimal): -12315616 or 2102340. OLE color: 2102340.
HSL color Cylindrical-coordinate representation of color #441420: hue angle of 345º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441420 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 20 | 32 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.73 |
| HSL | 345º | 0.55% | 0.17% | - |
| HSV(B) | 345º | 0.71% | 0.27% | - |
| XYZ | 2.89 | 1.83 | 1.57 | - |
| YUV | 35.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 32 | 0 | 0.71 | 0.53 | 0.73 | 345 | 0.55 | 0.17 |
| Hex | 44 | 14 | 20 | 0 | 47 | 35 | 49 | 159 | 37 | 11 |
| Octal | 104 | 24 | 40 | 0 | 107 | 65 | 111 | 531 | 67 | 21 |
| Binary | 1000100 | 10100 | 100000 | 0 | 1000111 | 110101 | 1001001 | 101011001 | 110111 | 10001 |
Color Harmonies of #441420
Complementary color
Monochromatic Colors of #441420
Black with #441420
Text Example
Text Example
White with #441420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441420; }
p { color: rgb(68,20,32); }
H1.HeaderClassName
{
color: #441420;
}
.AnyTagClassName
{
color: #441420;
}
</style>
background-color css
<style>
a { background-color: #441420; }
a { background-color: rgb(68,20,32); }
div.DivClassName
{
background-color: #441420;
}
.BgClassName
{
background-color: #441420;
}
</style>
border-color css
<style>
span { border-color: #441420; }
span { border-color: rgb(68,20,32); }
td.TdClassName
{
border-color: #441420;
}
.TagClassName
{
border-color: #441420;
}
</style>