Shades of Bordeaux #43061C
Tints of Bordeaux #43061C
RGB
CMYK
RGB Variations
Color information
#43061C (or 0x43061C) is known color: Bordeaux. HEX triplet: 43, 06 and 1C. RGB value is (67,6,28). Sum of RGB (Red+Green+Blue) = 67+6+28=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #43061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43061C is #BCF9E3. Grayscale: #1A1A1A. Windows color (decimal): -12384740 or 1836611. OLE color: 1836611.
HSL color Cylindrical-coordinate representation of color #43061C: hue angle of 338.36º 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 #43061C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 6 | 28 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.74 |
| HSL | 338.36º | 0.84% | 0.14% | - |
| HSV(B) | 338.36º | 0.91% | 0.26% | - |
| XYZ | 2.59 | 1.41 | 1.23 | - |
| YUV | 26.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 28 | 0 | 0.91 | 0.58 | 0.74 | 338.36 | 0.84 | 0.14 |
| Hex | 43 | 6 | 1C | 0 | 5B | 3A | 4A | 152 | 54 | E |
| Octal | 103 | 6 | 34 | 0 | 133 | 72 | 112 | 522 | 124 | 16 |
| Binary | 1000011 | 110 | 11100 | 0 | 1011011 | 111010 | 1001010 | 101010010 | 1010100 | 1110 |
Color Harmonies of #43061C
Complementary color
Monochromatic Colors of #43061C
Black with #43061C
Text Example
Text Example
White with #43061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43061C; }
p { color: rgb(67,6,28); }
H1.HeaderClassName
{
color: #43061C;
}
.AnyTagClassName
{
color: #43061C;
}
</style>
background-color css
<style>
a { background-color: #43061C; }
a { background-color: rgb(67,6,28); }
div.DivClassName
{
background-color: #43061C;
}
.BgClassName
{
background-color: #43061C;
}
</style>
border-color css
<style>
span { border-color: #43061C; }
span { border-color: rgb(67,6,28); }
td.TdClassName
{
border-color: #43061C;
}
.TagClassName
{
border-color: #43061C;
}
</style>