Shades of Bordeaux #431B22
Tints of Bordeaux #431B22
RGB
CMYK
RGB Variations
Color information
#431B22 (or 0x431B22) is known color: Bordeaux. HEX triplet: 43, 1B and 22. RGB value is (67,27,34). Sum of RGB (Red+Green+Blue) = 67+27+34=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B22 is #BCE4DD. Grayscale: #272727. Windows color (decimal): -12379358 or 2235203. OLE color: 2235203.
HSL color Cylindrical-coordinate representation of color #431B22: hue angle of 349.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B22 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 34 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.74 |
| HSL | 349.5º | 0.43% | 0.18% | - |
| HSV(B) | 349.5º | 0.6% | 0.26% | - |
| XYZ | 3 | 2.09 | 1.76 | - |
| YUV | 39.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 34 | 0 | 0.60 | 0.49 | 0.74 | 349.5 | 0.43 | 0.18 |
| Hex | 43 | 1B | 22 | 0 | 3C | 31 | 4A | 15E | 2B | 12 |
| Octal | 103 | 33 | 42 | 0 | 74 | 61 | 112 | 536 | 53 | 22 |
| Binary | 1000011 | 11011 | 100010 | 0 | 111100 | 110001 | 1001010 | 101011110 | 101011 | 10010 |
Color Harmonies of #431B22
Complementary color
Monochromatic Colors of #431B22
Black with #431B22
Text Example
Text Example
White with #431B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B22; }
p { color: rgb(67,27,34); }
H1.HeaderClassName
{
color: #431B22;
}
.AnyTagClassName
{
color: #431B22;
}
</style>
background-color css
<style>
a { background-color: #431B22; }
a { background-color: rgb(67,27,34); }
div.DivClassName
{
background-color: #431B22;
}
.BgClassName
{
background-color: #431B22;
}
</style>
border-color css
<style>
span { border-color: #431B22; }
span { border-color: rgb(67,27,34); }
td.TdClassName
{
border-color: #431B22;
}
.TagClassName
{
border-color: #431B22;
}
</style>