Shades of Bordeaux #43181F
Tints of Bordeaux #43181F
RGB
CMYK
RGB Variations
Color information
#43181F (or 0x43181F) is known color: Bordeaux. HEX triplet: 43, 18 and 1F. RGB value is (67,24,31). Sum of RGB (Red+Green+Blue) = 67+24+31=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #43181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43181F is #BCE7E0. Grayscale: #252525. Windows color (decimal): -12380129 or 2037827. OLE color: 2037827.
HSL color Cylindrical-coordinate representation of color #43181F: hue angle of 350.23º 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 #43181F is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 24 | 31 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.74 |
| HSL | 350.23º | 0.47% | 0.18% | - |
| HSV(B) | 350.23º | 0.64% | 0.26% | - |
| XYZ | 2.89 | 1.95 | 1.52 | - |
| YUV | 37.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 31 | 0 | 0.64 | 0.54 | 0.74 | 350.23 | 0.47 | 0.18 |
| Hex | 43 | 18 | 1F | 0 | 40 | 36 | 4A | 15E | 2F | 12 |
| Octal | 103 | 30 | 37 | 0 | 100 | 66 | 112 | 536 | 57 | 22 |
| Binary | 1000011 | 11000 | 11111 | 0 | 1000000 | 110110 | 1001010 | 101011110 | 101111 | 10010 |
Color Harmonies of #43181F
Complementary color
Monochromatic Colors of #43181F
Black with #43181F
Text Example
Text Example
White with #43181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43181F; }
p { color: rgb(67,24,31); }
H1.HeaderClassName
{
color: #43181F;
}
.AnyTagClassName
{
color: #43181F;
}
</style>
background-color css
<style>
a { background-color: #43181F; }
a { background-color: rgb(67,24,31); }
div.DivClassName
{
background-color: #43181F;
}
.BgClassName
{
background-color: #43181F;
}
</style>
border-color css
<style>
span { border-color: #43181F; }
span { border-color: rgb(67,24,31); }
td.TdClassName
{
border-color: #43181F;
}
.TagClassName
{
border-color: #43181F;
}
</style>