Shades of Bordeaux #42111D
Tints of Bordeaux #42111D
RGB
CMYK
RGB Variations
Color information
#42111D (or 0x42111D) is known color: Bordeaux. HEX triplet: 42, 11 and 1D. RGB value is (66,17,29). Sum of RGB (Red+Green+Blue) = 66+17+29=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42111D is #BDEEE2. Grayscale: #212121. Windows color (decimal): -12447459 or 1904962. OLE color: 1904962.
HSL color Cylindrical-coordinate representation of color #42111D: hue angle of 345.31º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42111D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 17 | 29 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.74 |
| HSL | 345.31º | 0.59% | 0.16% | - |
| HSV(B) | 345.31º | 0.74% | 0.26% | - |
| XYZ | 2.67 | 1.65 | 1.34 | - |
| YUV | 33.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 29 | 0 | 0.74 | 0.56 | 0.74 | 345.31 | 0.59 | 0.16 |
| Hex | 42 | 11 | 1D | 0 | 4A | 38 | 4A | 159 | 3B | 10 |
| Octal | 102 | 21 | 35 | 0 | 112 | 70 | 112 | 531 | 73 | 20 |
| Binary | 1000010 | 10001 | 11101 | 0 | 1001010 | 111000 | 1001010 | 101011001 | 111011 | 10000 |
Color Harmonies of #42111D
Complementary color
Monochromatic Colors of #42111D
Black with #42111D
Text Example
Text Example
White with #42111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42111D; }
p { color: rgb(66,17,29); }
H1.HeaderClassName
{
color: #42111D;
}
.AnyTagClassName
{
color: #42111D;
}
</style>
background-color css
<style>
a { background-color: #42111D; }
a { background-color: rgb(66,17,29); }
div.DivClassName
{
background-color: #42111D;
}
.BgClassName
{
background-color: #42111D;
}
</style>
border-color css
<style>
span { border-color: #42111D; }
span { border-color: rgb(66,17,29); }
td.TdClassName
{
border-color: #42111D;
}
.TagClassName
{
border-color: #42111D;
}
</style>