Shades of Bordeaux #441821
Tints of Bordeaux #441821
RGB
CMYK
RGB Variations
Color information
#441821 (or 0x441821) is known color: Bordeaux. HEX triplet: 44, 18 and 21. RGB value is (68,24,33). Sum of RGB (Red+Green+Blue) = 68+24+33=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441821 is #BBE7DE. Grayscale: #262626. Windows color (decimal): -12314591 or 2168900. OLE color: 2168900.
HSL color Cylindrical-coordinate representation of color #441821: hue angle of 347.73º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441821 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 33 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.73 |
| HSL | 347.73º | 0.48% | 0.18% | - |
| HSV(B) | 347.73º | 0.65% | 0.27% | - |
| XYZ | 2.99 | 1.99 | 1.67 | - |
| YUV | 38.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 33 | 0 | 0.65 | 0.51 | 0.73 | 347.73 | 0.48 | 0.18 |
| Hex | 44 | 18 | 21 | 0 | 41 | 33 | 49 | 15C | 30 | 12 |
| Octal | 104 | 30 | 41 | 0 | 101 | 63 | 111 | 534 | 60 | 22 |
| Binary | 1000100 | 11000 | 100001 | 0 | 1000001 | 110011 | 1001001 | 101011100 | 110000 | 10010 |
Color Harmonies of #441821
Complementary color
Monochromatic Colors of #441821
Black with #441821
Text Example
Text Example
White with #441821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441821; }
p { color: rgb(68,24,33); }
H1.HeaderClassName
{
color: #441821;
}
.AnyTagClassName
{
color: #441821;
}
</style>
background-color css
<style>
a { background-color: #441821; }
a { background-color: rgb(68,24,33); }
div.DivClassName
{
background-color: #441821;
}
.BgClassName
{
background-color: #441821;
}
</style>
border-color css
<style>
span { border-color: #441821; }
span { border-color: rgb(68,24,33); }
td.TdClassName
{
border-color: #441821;
}
.TagClassName
{
border-color: #441821;
}
</style>