Shades of Bordeaux #431222
Tints of Bordeaux #431222
RGB
CMYK
RGB Variations
Color information
#431222 (or 0x431222) is known color: Bordeaux. HEX triplet: 43, 12 and 22. RGB value is (67,18,34). Sum of RGB (Red+Green+Blue) = 67+18+34=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #431222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431222 is #BCEDDD. Grayscale: #222222. Windows color (decimal): -12381662 or 2232899. OLE color: 2232899.
HSL color Cylindrical-coordinate representation of color #431222: hue angle of 340.41º 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 #431222 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 18 | 34 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.74 |
| HSL | 340.41º | 0.58% | 0.17% | - |
| HSV(B) | 340.41º | 0.73% | 0.26% | - |
| XYZ | 2.82 | 1.74 | 1.7 | - |
| YUV | 34.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 34 | 0 | 0.73 | 0.49 | 0.74 | 340.41 | 0.58 | 0.17 |
| Hex | 43 | 12 | 22 | 0 | 49 | 31 | 4A | 154 | 3A | 11 |
| Octal | 103 | 22 | 42 | 0 | 111 | 61 | 112 | 524 | 72 | 21 |
| Binary | 1000011 | 10010 | 100010 | 0 | 1001001 | 110001 | 1001010 | 101010100 | 111010 | 10001 |
Color Harmonies of #431222
Complementary color
Monochromatic Colors of #431222
Black with #431222
Text Example
Text Example
White with #431222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431222; }
p { color: rgb(67,18,34); }
H1.HeaderClassName
{
color: #431222;
}
.AnyTagClassName
{
color: #431222;
}
</style>
background-color css
<style>
a { background-color: #431222; }
a { background-color: rgb(67,18,34); }
div.DivClassName
{
background-color: #431222;
}
.BgClassName
{
background-color: #431222;
}
</style>
border-color css
<style>
span { border-color: #431222; }
span { border-color: rgb(67,18,34); }
td.TdClassName
{
border-color: #431222;
}
.TagClassName
{
border-color: #431222;
}
</style>