Shades of Bordeaux #431221
Tints of Bordeaux #431221
RGB
CMYK
RGB Variations
Color information
#431221 (or 0x431221) is known color: Bordeaux. HEX triplet: 43, 12 and 21. RGB value is (67,18,33). Sum of RGB (Red+Green+Blue) = 67+18+33=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #431221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431221 is #BCEDDE. Grayscale: #222222. Windows color (decimal): -12381663 or 2167363. OLE color: 2167363.
HSL color Cylindrical-coordinate representation of color #431221: hue angle of 341.63º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431221 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 18 | 33 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.74 |
| HSL | 341.63º | 0.58% | 0.17% | - |
| HSV(B) | 341.63º | 0.73% | 0.26% | - |
| XYZ | 2.81 | 1.74 | 1.63 | - |
| YUV | 34.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 33 | 0 | 0.73 | 0.51 | 0.74 | 341.63 | 0.58 | 0.17 |
| Hex | 43 | 12 | 21 | 0 | 49 | 33 | 4A | 156 | 3A | 11 |
| Octal | 103 | 22 | 41 | 0 | 111 | 63 | 112 | 526 | 72 | 21 |
| Binary | 1000011 | 10010 | 100001 | 0 | 1001001 | 110011 | 1001010 | 101010110 | 111010 | 10001 |
Color Harmonies of #431221
Complementary color
Monochromatic Colors of #431221
Black with #431221
Text Example
Text Example
White with #431221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431221; }
p { color: rgb(67,18,33); }
H1.HeaderClassName
{
color: #431221;
}
.AnyTagClassName
{
color: #431221;
}
</style>
background-color css
<style>
a { background-color: #431221; }
a { background-color: rgb(67,18,33); }
div.DivClassName
{
background-color: #431221;
}
.BgClassName
{
background-color: #431221;
}
</style>
border-color css
<style>
span { border-color: #431221; }
span { border-color: rgb(67,18,33); }
td.TdClassName
{
border-color: #431221;
}
.TagClassName
{
border-color: #431221;
}
</style>