Shades of Bordeaux #441324
Tints of Bordeaux #441324
RGB
CMYK
RGB Variations
Color information
#441324 (or 0x441324) is known color: Bordeaux. HEX triplet: 44, 13 and 24. RGB value is (68,19,36). Sum of RGB (Red+Green+Blue) = 68+19+36=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441324 is #BBECDB. Grayscale: #232323. Windows color (decimal): -12315868 or 2364228. OLE color: 2364228.
HSL color Cylindrical-coordinate representation of color #441324: hue angle of 339.18º 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 #441324 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 19 | 36 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.73 |
| HSL | 339.18º | 0.56% | 0.17% | - |
| HSV(B) | 339.18º | 0.72% | 0.27% | - |
| XYZ | 2.94 | 1.82 | 1.87 | - |
| YUV | 35.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 36 | 0 | 0.72 | 0.47 | 0.73 | 339.18 | 0.56 | 0.17 |
| Hex | 44 | 13 | 24 | 0 | 48 | 2F | 49 | 153 | 38 | 11 |
| Octal | 104 | 23 | 44 | 0 | 110 | 57 | 111 | 523 | 70 | 21 |
| Binary | 1000100 | 10011 | 100100 | 0 | 1001000 | 101111 | 1001001 | 101010011 | 111000 | 10001 |
Color Harmonies of #441324
Complementary color
Monochromatic Colors of #441324
Black with #441324
Text Example
Text Example
White with #441324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441324; }
p { color: rgb(68,19,36); }
H1.HeaderClassName
{
color: #441324;
}
.AnyTagClassName
{
color: #441324;
}
</style>
background-color css
<style>
a { background-color: #441324; }
a { background-color: rgb(68,19,36); }
div.DivClassName
{
background-color: #441324;
}
.BgClassName
{
background-color: #441324;
}
</style>
border-color css
<style>
span { border-color: #441324; }
span { border-color: rgb(68,19,36); }
td.TdClassName
{
border-color: #441324;
}
.TagClassName
{
border-color: #441324;
}
</style>