Shades of Bordeaux #431323
Tints of Bordeaux #431323
RGB
CMYK
RGB Variations
Color information
#431323 (or 0x431323) is known color: Bordeaux. HEX triplet: 43, 13 and 23. RGB value is (67,19,35). Sum of RGB (Red+Green+Blue) = 67+19+35=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431323 is #BCECDC. Grayscale: #232323. Windows color (decimal): -12381405 or 2298691. OLE color: 2298691.
HSL color Cylindrical-coordinate representation of color #431323: hue angle of 340º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431323 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 35 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.74 |
| HSL | 340º | 0.56% | 0.17% | - |
| HSV(B) | 340º | 0.72% | 0.26% | - |
| XYZ | 2.85 | 1.78 | 1.78 | - |
| YUV | 35.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 35 | 0 | 0.72 | 0.48 | 0.74 | 340 | 0.56 | 0.17 |
| Hex | 43 | 13 | 23 | 0 | 48 | 30 | 4A | 154 | 38 | 11 |
| Octal | 103 | 23 | 43 | 0 | 110 | 60 | 112 | 524 | 70 | 21 |
| Binary | 1000011 | 10011 | 100011 | 0 | 1001000 | 110000 | 1001010 | 101010100 | 111000 | 10001 |
Color Harmonies of #431323
Complementary color
Monochromatic Colors of #431323
Black with #431323
Text Example
Text Example
White with #431323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431323; }
p { color: rgb(67,19,35); }
H1.HeaderClassName
{
color: #431323;
}
.AnyTagClassName
{
color: #431323;
}
</style>
background-color css
<style>
a { background-color: #431323; }
a { background-color: rgb(67,19,35); }
div.DivClassName
{
background-color: #431323;
}
.BgClassName
{
background-color: #431323;
}
</style>
border-color css
<style>
span { border-color: #431323; }
span { border-color: rgb(67,19,35); }
td.TdClassName
{
border-color: #431323;
}
.TagClassName
{
border-color: #431323;
}
</style>