Shades of Bordeaux #431321
Tints of Bordeaux #431321
RGB
CMYK
RGB Variations
Color information
#431321 (or 0x431321) is known color: Bordeaux. HEX triplet: 43, 13 and 21. RGB value is (67,19,33). Sum of RGB (Red+Green+Blue) = 67+19+33=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #431321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431321 is #BCECDE. Grayscale: #222222. Windows color (decimal): -12381407 or 2167619. OLE color: 2167619.
HSL color Cylindrical-coordinate representation of color #431321: hue angle of 342.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431321 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 33 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.74 |
| HSL | 342.5º | 0.56% | 0.17% | - |
| HSV(B) | 342.5º | 0.72% | 0.26% | - |
| XYZ | 2.82 | 1.77 | 1.63 | - |
| YUV | 34.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 33 | 0 | 0.72 | 0.51 | 0.74 | 342.5 | 0.56 | 0.17 |
| Hex | 43 | 13 | 21 | 0 | 48 | 33 | 4A | 156 | 38 | 11 |
| Octal | 103 | 23 | 41 | 0 | 110 | 63 | 112 | 526 | 70 | 21 |
| Binary | 1000011 | 10011 | 100001 | 0 | 1001000 | 110011 | 1001010 | 101010110 | 111000 | 10001 |
Color Harmonies of #431321
Complementary color
Monochromatic Colors of #431321
Black with #431321
Text Example
Text Example
White with #431321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431321; }
p { color: rgb(67,19,33); }
H1.HeaderClassName
{
color: #431321;
}
.AnyTagClassName
{
color: #431321;
}
</style>
background-color css
<style>
a { background-color: #431321; }
a { background-color: rgb(67,19,33); }
div.DivClassName
{
background-color: #431321;
}
.BgClassName
{
background-color: #431321;
}
</style>
border-color css
<style>
span { border-color: #431321; }
span { border-color: rgb(67,19,33); }
td.TdClassName
{
border-color: #431321;
}
.TagClassName
{
border-color: #431321;
}
</style>