Shades of Bordeaux #431621
Tints of Bordeaux #431621
RGB
CMYK
RGB Variations
Color information
#431621 (or 0x431621) is known color: Bordeaux. HEX triplet: 43, 16 and 21. RGB value is (67,22,33). Sum of RGB (Red+Green+Blue) = 67+22+33=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431621 is #BCE9DE. Grayscale: #242424. Windows color (decimal): -12380639 or 2168387. OLE color: 2168387.
HSL color Cylindrical-coordinate representation of color #431621: hue angle of 345.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431621 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 22 | 33 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.74 |
| HSL | 345.33º | 0.51% | 0.17% | - |
| HSV(B) | 345.33º | 0.67% | 0.26% | - |
| XYZ | 2.88 | 1.88 | 1.65 | - |
| YUV | 36.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 33 | 0 | 0.67 | 0.51 | 0.74 | 345.33 | 0.51 | 0.17 |
| Hex | 43 | 16 | 21 | 0 | 43 | 33 | 4A | 159 | 33 | 11 |
| Octal | 103 | 26 | 41 | 0 | 103 | 63 | 112 | 531 | 63 | 21 |
| Binary | 1000011 | 10110 | 100001 | 0 | 1000011 | 110011 | 1001010 | 101011001 | 110011 | 10001 |
Color Harmonies of #431621
Complementary color
Monochromatic Colors of #431621
Black with #431621
Text Example
Text Example
White with #431621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431621; }
p { color: rgb(67,22,33); }
H1.HeaderClassName
{
color: #431621;
}
.AnyTagClassName
{
color: #431621;
}
</style>
background-color css
<style>
a { background-color: #431621; }
a { background-color: rgb(67,22,33); }
div.DivClassName
{
background-color: #431621;
}
.BgClassName
{
background-color: #431621;
}
</style>
border-color css
<style>
span { border-color: #431621; }
span { border-color: rgb(67,22,33); }
td.TdClassName
{
border-color: #431621;
}
.TagClassName
{
border-color: #431621;
}
</style>