Shades of Bordeaux #43101C
Tints of Bordeaux #43101C
RGB
CMYK
RGB Variations
Color information
#43101C (or 0x43101C) is known color: Bordeaux. HEX triplet: 43, 10 and 1C. RGB value is (67,16,28). Sum of RGB (Red+Green+Blue) = 67+16+28=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #43101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43101C is #BCEFE3. Grayscale: #202020. Windows color (decimal): -12382180 or 1839171. OLE color: 1839171.
HSL color Cylindrical-coordinate representation of color #43101C: hue angle of 345.88º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43101C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 16 | 28 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.74 |
| HSL | 345.88º | 0.61% | 0.16% | - |
| HSV(B) | 345.88º | 0.76% | 0.26% | - |
| XYZ | 2.71 | 1.65 | 1.27 | - |
| YUV | 32.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 28 | 0 | 0.76 | 0.58 | 0.74 | 345.88 | 0.61 | 0.16 |
| Hex | 43 | 10 | 1C | 0 | 4C | 3A | 4A | 15A | 3D | 10 |
| Octal | 103 | 20 | 34 | 0 | 114 | 72 | 112 | 532 | 75 | 20 |
| Binary | 1000011 | 10000 | 11100 | 0 | 1001100 | 111010 | 1001010 | 101011010 | 111101 | 10000 |
Color Harmonies of #43101C
Complementary color
Monochromatic Colors of #43101C
Black with #43101C
Text Example
Text Example
White with #43101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43101C; }
p { color: rgb(67,16,28); }
H1.HeaderClassName
{
color: #43101C;
}
.AnyTagClassName
{
color: #43101C;
}
</style>
background-color css
<style>
a { background-color: #43101C; }
a { background-color: rgb(67,16,28); }
div.DivClassName
{
background-color: #43101C;
}
.BgClassName
{
background-color: #43101C;
}
</style>
border-color css
<style>
span { border-color: #43101C; }
span { border-color: rgb(67,16,28); }
td.TdClassName
{
border-color: #43101C;
}
.TagClassName
{
border-color: #43101C;
}
</style>