Shades of Bordeaux #441C21
Tints of Bordeaux #441C21
RGB
CMYK
RGB Variations
Color information
#441C21 (or 0x441C21) is known color: Bordeaux. HEX triplet: 44, 1C and 21. RGB value is (68,28,33). Sum of RGB (Red+Green+Blue) = 68+28+33=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C21 is #BBE3DE. Grayscale: #282828. Windows color (decimal): -12313567 or 2169924. OLE color: 2169924.
HSL color Cylindrical-coordinate representation of color #441C21: hue angle of 352.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441C21 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 28 | 33 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.73 |
| HSL | 352.5º | 0.42% | 0.19% | - |
| HSV(B) | 352.5º | 0.59% | 0.27% | - |
| XYZ | 3.07 | 2.17 | 1.7 | - |
| YUV | 40.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 33 | 0 | 0.59 | 0.51 | 0.73 | 352.5 | 0.42 | 0.19 |
| Hex | 44 | 1C | 21 | 0 | 3B | 33 | 49 | 160 | 2A | 13 |
| Octal | 104 | 34 | 41 | 0 | 73 | 63 | 111 | 540 | 52 | 23 |
| Binary | 1000100 | 11100 | 100001 | 0 | 111011 | 110011 | 1001001 | 101100000 | 101010 | 10011 |
Color Harmonies of #441C21
Complementary color
Monochromatic Colors of #441C21
Black with #441C21
Text Example
Text Example
White with #441C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C21; }
p { color: rgb(68,28,33); }
H1.HeaderClassName
{
color: #441C21;
}
.AnyTagClassName
{
color: #441C21;
}
</style>
background-color css
<style>
a { background-color: #441C21; }
a { background-color: rgb(68,28,33); }
div.DivClassName
{
background-color: #441C21;
}
.BgClassName
{
background-color: #441C21;
}
</style>
border-color css
<style>
span { border-color: #441C21; }
span { border-color: rgb(68,28,33); }
td.TdClassName
{
border-color: #441C21;
}
.TagClassName
{
border-color: #441C21;
}
</style>