Shades of Bordeaux #441321
Tints of Bordeaux #441321
RGB
CMYK
RGB Variations
Color information
#441321 (or 0x441321) is known color: Bordeaux. HEX triplet: 44, 13 and 21. RGB value is (68,19,33). Sum of RGB (Red+Green+Blue) = 68+19+33=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441321 is #BBECDE. Grayscale: #232323. Windows color (decimal): -12315871 or 2167620. OLE color: 2167620.
HSL color Cylindrical-coordinate representation of color #441321: hue angle of 342.86º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441321 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 19 | 33 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.73 |
| HSL | 342.86º | 0.56% | 0.17% | - |
| HSV(B) | 342.86º | 0.72% | 0.27% | - |
| XYZ | 2.89 | 1.8 | 1.63 | - |
| YUV | 35.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 33 | 0 | 0.72 | 0.51 | 0.73 | 342.86 | 0.56 | 0.17 |
| Hex | 44 | 13 | 21 | 0 | 48 | 33 | 49 | 157 | 38 | 11 |
| Octal | 104 | 23 | 41 | 0 | 110 | 63 | 111 | 527 | 70 | 21 |
| Binary | 1000100 | 10011 | 100001 | 0 | 1001000 | 110011 | 1001001 | 101010111 | 111000 | 10001 |
Color Harmonies of #441321
Complementary color
Monochromatic Colors of #441321
Black with #441321
Text Example
Text Example
White with #441321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441321; }
p { color: rgb(68,19,33); }
H1.HeaderClassName
{
color: #441321;
}
.AnyTagClassName
{
color: #441321;
}
</style>
background-color css
<style>
a { background-color: #441321; }
a { background-color: rgb(68,19,33); }
div.DivClassName
{
background-color: #441321;
}
.BgClassName
{
background-color: #441321;
}
</style>
border-color css
<style>
span { border-color: #441321; }
span { border-color: rgb(68,19,33); }
td.TdClassName
{
border-color: #441321;
}
.TagClassName
{
border-color: #441321;
}
</style>