Shades of Bordeaux #431A22
Tints of Bordeaux #431A22
RGB
CMYK
RGB Variations
Color information
#431A22 (or 0x431A22) is known color: Bordeaux. HEX triplet: 43, 1A and 22. RGB value is (67,26,34). Sum of RGB (Red+Green+Blue) = 67+26+34=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A22 is #BCE5DD. Grayscale: #272727. Windows color (decimal): -12379614 or 2234947. OLE color: 2234947.
HSL color Cylindrical-coordinate representation of color #431A22: hue angle of 348.29º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A22 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 34 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.74 |
| HSL | 348.29º | 0.44% | 0.18% | - |
| HSV(B) | 348.29º | 0.61% | 0.26% | - |
| XYZ | 2.97 | 2.05 | 1.75 | - |
| YUV | 39.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 34 | 0 | 0.61 | 0.49 | 0.74 | 348.29 | 0.44 | 0.18 |
| Hex | 43 | 1A | 22 | 0 | 3D | 31 | 4A | 15C | 2C | 12 |
| Octal | 103 | 32 | 42 | 0 | 75 | 61 | 112 | 534 | 54 | 22 |
| Binary | 1000011 | 11010 | 100010 | 0 | 111101 | 110001 | 1001010 | 101011100 | 101100 | 10010 |
Color Harmonies of #431A22
Complementary color
Monochromatic Colors of #431A22
Black with #431A22
Text Example
Text Example
White with #431A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A22; }
p { color: rgb(67,26,34); }
H1.HeaderClassName
{
color: #431A22;
}
.AnyTagClassName
{
color: #431A22;
}
</style>
background-color css
<style>
a { background-color: #431A22; }
a { background-color: rgb(67,26,34); }
div.DivClassName
{
background-color: #431A22;
}
.BgClassName
{
background-color: #431A22;
}
</style>
border-color css
<style>
span { border-color: #431A22; }
span { border-color: rgb(67,26,34); }
td.TdClassName
{
border-color: #431A22;
}
.TagClassName
{
border-color: #431A22;
}
</style>