Shades of Bordeaux #431422
Tints of Bordeaux #431422
RGB
CMYK
RGB Variations
Color information
#431422 (or 0x431422) is known color: Bordeaux. HEX triplet: 43, 14 and 22. RGB value is (67,20,34). Sum of RGB (Red+Green+Blue) = 67+20+34=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431422 is #BCEBDD. Grayscale: #232323. Windows color (decimal): -12381150 or 2233411. OLE color: 2233411.
HSL color Cylindrical-coordinate representation of color #431422: hue angle of 342.13º 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 #431422 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 34 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.74 |
| HSL | 342.13º | 0.54% | 0.17% | - |
| HSV(B) | 342.13º | 0.7% | 0.26% | - |
| XYZ | 2.85 | 1.81 | 1.71 | - |
| YUV | 35.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 34 | 0 | 0.70 | 0.49 | 0.74 | 342.13 | 0.54 | 0.17 |
| Hex | 43 | 14 | 22 | 0 | 46 | 31 | 4A | 156 | 36 | 11 |
| Octal | 103 | 24 | 42 | 0 | 106 | 61 | 112 | 526 | 66 | 21 |
| Binary | 1000011 | 10100 | 100010 | 0 | 1000110 | 110001 | 1001010 | 101010110 | 110110 | 10001 |
Color Harmonies of #431422
Complementary color
Monochromatic Colors of #431422
Black with #431422
Text Example
Text Example
White with #431422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431422; }
p { color: rgb(67,20,34); }
H1.HeaderClassName
{
color: #431422;
}
.AnyTagClassName
{
color: #431422;
}
</style>
background-color css
<style>
a { background-color: #431422; }
a { background-color: rgb(67,20,34); }
div.DivClassName
{
background-color: #431422;
}
.BgClassName
{
background-color: #431422;
}
</style>
border-color css
<style>
span { border-color: #431422; }
span { border-color: rgb(67,20,34); }
td.TdClassName
{
border-color: #431422;
}
.TagClassName
{
border-color: #431422;
}
</style>