Shades of Bordeaux #43061B
Tints of Bordeaux #43061B
RGB
CMYK
RGB Variations
Color information
#43061B (or 0x43061B) is known color: Bordeaux. HEX triplet: 43, 06 and 1B. RGB value is (67,6,27). Sum of RGB (Red+Green+Blue) = 67+6+27=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #43061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43061B is #BCF9E4. Grayscale: #1A1A1A. Windows color (decimal): -12384741 or 1771075. OLE color: 1771075.
HSL color Cylindrical-coordinate representation of color #43061B: hue angle of 339.34º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43061B is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 6 | 27 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.74 |
| HSL | 339.34º | 0.84% | 0.14% | - |
| HSV(B) | 339.34º | 0.91% | 0.26% | - |
| XYZ | 2.58 | 1.4 | 1.17 | - |
| YUV | 26.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 27 | 0 | 0.91 | 0.60 | 0.74 | 339.34 | 0.84 | 0.14 |
| Hex | 43 | 6 | 1B | 0 | 5B | 3C | 4A | 153 | 54 | E |
| Octal | 103 | 6 | 33 | 0 | 133 | 74 | 112 | 523 | 124 | 16 |
| Binary | 1000011 | 110 | 11011 | 0 | 1011011 | 111100 | 1001010 | 101010011 | 1010100 | 1110 |
Color Harmonies of #43061B
Complementary color
Monochromatic Colors of #43061B
Black with #43061B
Text Example
Text Example
White with #43061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43061B; }
p { color: rgb(67,6,27); }
H1.HeaderClassName
{
color: #43061B;
}
.AnyTagClassName
{
color: #43061B;
}
</style>
background-color css
<style>
a { background-color: #43061B; }
a { background-color: rgb(67,6,27); }
div.DivClassName
{
background-color: #43061B;
}
.BgClassName
{
background-color: #43061B;
}
</style>
border-color css
<style>
span { border-color: #43061B; }
span { border-color: rgb(67,6,27); }
td.TdClassName
{
border-color: #43061B;
}
.TagClassName
{
border-color: #43061B;
}
</style>