Shades of Bordeaux #43181E
Tints of Bordeaux #43181E
RGB
CMYK
RGB Variations
Color information
#43181E (or 0x43181E) is known color: Bordeaux. HEX triplet: 43, 18 and 1E. RGB value is (67,24,30). Sum of RGB (Red+Green+Blue) = 67+24+30=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #43181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43181E is #BCE7E1. Grayscale: #252525. Windows color (decimal): -12380130 or 1972291. OLE color: 1972291.
HSL color Cylindrical-coordinate representation of color #43181E: hue angle of 351.63º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43181E is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 24 | 30 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.74 |
| HSL | 351.63º | 0.47% | 0.18% | - |
| HSV(B) | 351.63º | 0.64% | 0.26% | - |
| XYZ | 2.88 | 1.94 | 1.45 | - |
| YUV | 37.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 30 | 0 | 0.64 | 0.55 | 0.74 | 351.63 | 0.47 | 0.18 |
| Hex | 43 | 18 | 1E | 0 | 40 | 37 | 4A | 160 | 2F | 12 |
| Octal | 103 | 30 | 36 | 0 | 100 | 67 | 112 | 540 | 57 | 22 |
| Binary | 1000011 | 11000 | 11110 | 0 | 1000000 | 110111 | 1001010 | 101100000 | 101111 | 10010 |
Color Harmonies of #43181E
Complementary color
Monochromatic Colors of #43181E
Black with #43181E
Text Example
Text Example
White with #43181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43181E; }
p { color: rgb(67,24,30); }
H1.HeaderClassName
{
color: #43181E;
}
.AnyTagClassName
{
color: #43181E;
}
</style>
background-color css
<style>
a { background-color: #43181E; }
a { background-color: rgb(67,24,30); }
div.DivClassName
{
background-color: #43181E;
}
.BgClassName
{
background-color: #43181E;
}
</style>
border-color css
<style>
span { border-color: #43181E; }
span { border-color: rgb(67,24,30); }
td.TdClassName
{
border-color: #43181E;
}
.TagClassName
{
border-color: #43181E;
}
</style>