Shades of Bordeaux #431D22
Tints of Bordeaux #431D22
RGB
CMYK
RGB Variations
Color information
#431D22 (or 0x431D22) is known color: Bordeaux. HEX triplet: 43, 1D and 22. RGB value is (67,29,34). Sum of RGB (Red+Green+Blue) = 67+29+34=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #431D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D22 is #BCE2DD. Grayscale: #282828. Windows color (decimal): -12378846 or 2235715. OLE color: 2235715.
HSL color Cylindrical-coordinate representation of color #431D22: hue angle of 352.11º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D22 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 34 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.74 |
| HSL | 352.11º | 0.4% | 0.19% | - |
| HSV(B) | 352.11º | 0.57% | 0.26% | - |
| XYZ | 3.04 | 2.19 | 1.78 | - |
| YUV | 40.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 34 | 0 | 0.57 | 0.49 | 0.74 | 352.11 | 0.4 | 0.19 |
| Hex | 43 | 1D | 22 | 0 | 39 | 31 | 4A | 160 | 28 | 13 |
| Octal | 103 | 35 | 42 | 0 | 71 | 61 | 112 | 540 | 50 | 23 |
| Binary | 1000011 | 11101 | 100010 | 0 | 111001 | 110001 | 1001010 | 101100000 | 101000 | 10011 |
Color Harmonies of #431D22
Complementary color
Monochromatic Colors of #431D22
Black with #431D22
Text Example
Text Example
White with #431D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D22; }
p { color: rgb(67,29,34); }
H1.HeaderClassName
{
color: #431D22;
}
.AnyTagClassName
{
color: #431D22;
}
</style>
background-color css
<style>
a { background-color: #431D22; }
a { background-color: rgb(67,29,34); }
div.DivClassName
{
background-color: #431D22;
}
.BgClassName
{
background-color: #431D22;
}
</style>
border-color css
<style>
span { border-color: #431D22; }
span { border-color: rgb(67,29,34); }
td.TdClassName
{
border-color: #431D22;
}
.TagClassName
{
border-color: #431D22;
}
</style>