Shades of Bordeaux #441721
Tints of Bordeaux #441721
RGB
CMYK
RGB Variations
Color information
#441721 (or 0x441721) is known color: Bordeaux. HEX triplet: 44, 17 and 21. RGB value is (68,23,33). Sum of RGB (Red+Green+Blue) = 68+23+33=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441721 is #BBE8DE. Grayscale: #252525. Windows color (decimal): -12314847 or 2168644. OLE color: 2168644.
HSL color Cylindrical-coordinate representation of color #441721: hue angle of 346.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #441721 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 23 | 33 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.73 |
| HSL | 346.67º | 0.49% | 0.18% | - |
| HSV(B) | 346.67º | 0.66% | 0.27% | - |
| XYZ | 2.96 | 1.95 | 1.66 | - |
| YUV | 37.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 33 | 0 | 0.66 | 0.51 | 0.73 | 346.67 | 0.49 | 0.18 |
| Hex | 44 | 17 | 21 | 0 | 42 | 33 | 49 | 15B | 31 | 12 |
| Octal | 104 | 27 | 41 | 0 | 102 | 63 | 111 | 533 | 61 | 22 |
| Binary | 1000100 | 10111 | 100001 | 0 | 1000010 | 110011 | 1001001 | 101011011 | 110001 | 10010 |
Color Harmonies of #441721
Complementary color
Monochromatic Colors of #441721
Black with #441721
Text Example
Text Example
White with #441721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441721; }
p { color: rgb(68,23,33); }
H1.HeaderClassName
{
color: #441721;
}
.AnyTagClassName
{
color: #441721;
}
</style>
background-color css
<style>
a { background-color: #441721; }
a { background-color: rgb(68,23,33); }
div.DivClassName
{
background-color: #441721;
}
.BgClassName
{
background-color: #441721;
}
</style>
border-color css
<style>
span { border-color: #441721; }
span { border-color: rgb(68,23,33); }
td.TdClassName
{
border-color: #441721;
}
.TagClassName
{
border-color: #441721;
}
</style>