Shades of Bordeaux #431623
Tints of Bordeaux #431623
RGB
CMYK
RGB Variations
Color information
#431623 (or 0x431623) is known color: Bordeaux. HEX triplet: 43, 16 and 23. RGB value is (67,22,35). Sum of RGB (Red+Green+Blue) = 67+22+35=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431623 is #BCE9DC. Grayscale: #242424. Windows color (decimal): -12380637 or 2299459. OLE color: 2299459.
HSL color Cylindrical-coordinate representation of color #431623: hue angle of 342.67º 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 #431623 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 22 | 35 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.74 |
| HSL | 342.67º | 0.51% | 0.17% | - |
| HSV(B) | 342.67º | 0.67% | 0.26% | - |
| XYZ | 2.91 | 1.89 | 1.8 | - |
| YUV | 36.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 35 | 0 | 0.67 | 0.48 | 0.74 | 342.67 | 0.51 | 0.17 |
| Hex | 43 | 16 | 23 | 0 | 43 | 30 | 4A | 157 | 33 | 11 |
| Octal | 103 | 26 | 43 | 0 | 103 | 60 | 112 | 527 | 63 | 21 |
| Binary | 1000011 | 10110 | 100011 | 0 | 1000011 | 110000 | 1001010 | 101010111 | 110011 | 10001 |
Color Harmonies of #431623
Complementary color
Monochromatic Colors of #431623
Black with #431623
Text Example
Text Example
White with #431623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431623; }
p { color: rgb(67,22,35); }
H1.HeaderClassName
{
color: #431623;
}
.AnyTagClassName
{
color: #431623;
}
</style>
background-color css
<style>
a { background-color: #431623; }
a { background-color: rgb(67,22,35); }
div.DivClassName
{
background-color: #431623;
}
.BgClassName
{
background-color: #431623;
}
</style>
border-color css
<style>
span { border-color: #431623; }
span { border-color: rgb(67,22,35); }
td.TdClassName
{
border-color: #431623;
}
.TagClassName
{
border-color: #431623;
}
</style>