Shades of Bordeaux #43121E
Tints of Bordeaux #43121E
RGB
CMYK
RGB Variations
Color information
#43121E (or 0x43121E) is known color: Bordeaux. HEX triplet: 43, 12 and 1E. RGB value is (67,18,30). Sum of RGB (Red+Green+Blue) = 67+18+30=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #43121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43121E is #BCEDE1. Grayscale: #222222. Windows color (decimal): -12381666 or 1970755. OLE color: 1970755.
HSL color Cylindrical-coordinate representation of color #43121E: hue angle of 345.31º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43121E is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 18 | 30 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.74 |
| HSL | 345.31º | 0.58% | 0.17% | - |
| HSV(B) | 345.31º | 0.73% | 0.26% | - |
| XYZ | 2.77 | 1.72 | 1.41 | - |
| YUV | 34.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 30 | 0 | 0.73 | 0.55 | 0.74 | 345.31 | 0.58 | 0.17 |
| Hex | 43 | 12 | 1E | 0 | 49 | 37 | 4A | 159 | 3A | 11 |
| Octal | 103 | 22 | 36 | 0 | 111 | 67 | 112 | 531 | 72 | 21 |
| Binary | 1000011 | 10010 | 11110 | 0 | 1001001 | 110111 | 1001010 | 101011001 | 111010 | 10001 |
Color Harmonies of #43121E
Complementary color
Monochromatic Colors of #43121E
Black with #43121E
Text Example
Text Example
White with #43121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43121E; }
p { color: rgb(67,18,30); }
H1.HeaderClassName
{
color: #43121E;
}
.AnyTagClassName
{
color: #43121E;
}
</style>
background-color css
<style>
a { background-color: #43121E; }
a { background-color: rgb(67,18,30); }
div.DivClassName
{
background-color: #43121E;
}
.BgClassName
{
background-color: #43121E;
}
</style>
border-color css
<style>
span { border-color: #43121E; }
span { border-color: rgb(67,18,30); }
td.TdClassName
{
border-color: #43121E;
}
.TagClassName
{
border-color: #43121E;
}
</style>