Shades of Bordeaux #441421
Tints of Bordeaux #441421
RGB
CMYK
RGB Variations
Color information
#441421 (or 0x441421) is known color: Bordeaux. HEX triplet: 44, 14 and 21. RGB value is (68,20,33). Sum of RGB (Red+Green+Blue) = 68+20+33=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #441421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441421 is #BBEBDE. Grayscale: #232323. Windows color (decimal): -12315615 or 2167876. OLE color: 2167876.
HSL color Cylindrical-coordinate representation of color #441421: hue angle of 343.75º 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 #441421 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 20 | 33 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.73 |
| HSL | 343.75º | 0.55% | 0.17% | - |
| HSV(B) | 343.75º | 0.71% | 0.27% | - |
| XYZ | 2.91 | 1.84 | 1.64 | - |
| YUV | 35.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 33 | 0 | 0.71 | 0.51 | 0.73 | 343.75 | 0.55 | 0.17 |
| Hex | 44 | 14 | 21 | 0 | 47 | 33 | 49 | 158 | 37 | 11 |
| Octal | 104 | 24 | 41 | 0 | 107 | 63 | 111 | 530 | 67 | 21 |
| Binary | 1000100 | 10100 | 100001 | 0 | 1000111 | 110011 | 1001001 | 101011000 | 110111 | 10001 |
Color Harmonies of #441421
Complementary color
Monochromatic Colors of #441421
Black with #441421
Text Example
Text Example
White with #441421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441421; }
p { color: rgb(68,20,33); }
H1.HeaderClassName
{
color: #441421;
}
.AnyTagClassName
{
color: #441421;
}
</style>
background-color css
<style>
a { background-color: #441421; }
a { background-color: rgb(68,20,33); }
div.DivClassName
{
background-color: #441421;
}
.BgClassName
{
background-color: #441421;
}
</style>
border-color css
<style>
span { border-color: #441421; }
span { border-color: rgb(68,20,33); }
td.TdClassName
{
border-color: #441421;
}
.TagClassName
{
border-color: #441421;
}
</style>