Shades of Bordeaux #43141F
Tints of Bordeaux #43141F
RGB
CMYK
RGB Variations
Color information
#43141F (or 0x43141F) is known color: Bordeaux. HEX triplet: 43, 14 and 1F. RGB value is (67,20,31). Sum of RGB (Red+Green+Blue) = 67+20+31=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #43141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43141F is #BCEBE0. Grayscale: #232323. Windows color (decimal): -12381153 or 2036803. OLE color: 2036803.
HSL color Cylindrical-coordinate representation of color #43141F: hue angle of 345.96º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43141F is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 31 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.74 |
| HSL | 345.96º | 0.54% | 0.17% | - |
| HSV(B) | 345.96º | 0.7% | 0.26% | - |
| XYZ | 2.81 | 1.79 | 1.49 | - |
| YUV | 35.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 31 | 0 | 0.70 | 0.54 | 0.74 | 345.96 | 0.54 | 0.17 |
| Hex | 43 | 14 | 1F | 0 | 46 | 36 | 4A | 15A | 36 | 11 |
| Octal | 103 | 24 | 37 | 0 | 106 | 66 | 112 | 532 | 66 | 21 |
| Binary | 1000011 | 10100 | 11111 | 0 | 1000110 | 110110 | 1001010 | 101011010 | 110110 | 10001 |
Color Harmonies of #43141F
Complementary color
Monochromatic Colors of #43141F
Black with #43141F
Text Example
Text Example
White with #43141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43141F; }
p { color: rgb(67,20,31); }
H1.HeaderClassName
{
color: #43141F;
}
.AnyTagClassName
{
color: #43141F;
}
</style>
background-color css
<style>
a { background-color: #43141F; }
a { background-color: rgb(67,20,31); }
div.DivClassName
{
background-color: #43141F;
}
.BgClassName
{
background-color: #43141F;
}
</style>
border-color css
<style>
span { border-color: #43141F; }
span { border-color: rgb(67,20,31); }
td.TdClassName
{
border-color: #43141F;
}
.TagClassName
{
border-color: #43141F;
}
</style>