Shades of Bordeaux #431421
Tints of Bordeaux #431421
RGB
CMYK
RGB Variations
Color information
#431421 (or 0x431421) is known color: Bordeaux. HEX triplet: 43, 14 and 21. RGB value is (67,20,33). Sum of RGB (Red+Green+Blue) = 67+20+33=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #431421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431421 is #BCEBDE. Grayscale: #232323. Windows color (decimal): -12381151 or 2167875. OLE color: 2167875.
HSL color Cylindrical-coordinate representation of color #431421: hue angle of 343.4º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431421 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 33 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.74 |
| HSL | 343.4º | 0.54% | 0.17% | - |
| HSV(B) | 343.4º | 0.7% | 0.26% | - |
| XYZ | 2.84 | 1.8 | 1.64 | - |
| YUV | 35.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 33 | 0 | 0.70 | 0.51 | 0.74 | 343.4 | 0.54 | 0.17 |
| Hex | 43 | 14 | 21 | 0 | 46 | 33 | 4A | 157 | 36 | 11 |
| Octal | 103 | 24 | 41 | 0 | 106 | 63 | 112 | 527 | 66 | 21 |
| Binary | 1000011 | 10100 | 100001 | 0 | 1000110 | 110011 | 1001010 | 101010111 | 110110 | 10001 |
Color Harmonies of #431421
Complementary color
Monochromatic Colors of #431421
Black with #431421
Text Example
Text Example
White with #431421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431421; }
p { color: rgb(67,20,33); }
H1.HeaderClassName
{
color: #431421;
}
.AnyTagClassName
{
color: #431421;
}
</style>
background-color css
<style>
a { background-color: #431421; }
a { background-color: rgb(67,20,33); }
div.DivClassName
{
background-color: #431421;
}
.BgClassName
{
background-color: #431421;
}
</style>
border-color css
<style>
span { border-color: #431421; }
span { border-color: rgb(67,20,33); }
td.TdClassName
{
border-color: #431421;
}
.TagClassName
{
border-color: #431421;
}
</style>