Shades of Bordeaux #42161F
Tints of Bordeaux #42161F
RGB
CMYK
RGB Variations
Color information
#42161F (or 0x42161F) is known color: Bordeaux. HEX triplet: 42, 16 and 1F. RGB value is (66,22,31). Sum of RGB (Red+Green+Blue) = 66+22+31=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #42161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42161F is #BDE9E0. Grayscale: #242424. Windows color (decimal): -12446177 or 2037314. OLE color: 2037314.
HSL color Cylindrical-coordinate representation of color #42161F: hue angle of 347.73º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42161F is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 31 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.74 |
| HSL | 347.73º | 0.5% | 0.17% | - |
| HSV(B) | 347.73º | 0.67% | 0.26% | - |
| XYZ | 2.78 | 1.83 | 1.5 | - |
| YUV | 36.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 31 | 0 | 0.67 | 0.53 | 0.74 | 347.73 | 0.5 | 0.17 |
| Hex | 42 | 16 | 1F | 0 | 43 | 35 | 4A | 15C | 32 | 11 |
| Octal | 102 | 26 | 37 | 0 | 103 | 65 | 112 | 534 | 62 | 21 |
| Binary | 1000010 | 10110 | 11111 | 0 | 1000011 | 110101 | 1001010 | 101011100 | 110010 | 10001 |
Color Harmonies of #42161F
Complementary color
Monochromatic Colors of #42161F
Black with #42161F
Text Example
Text Example
White with #42161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42161F; }
p { color: rgb(66,22,31); }
H1.HeaderClassName
{
color: #42161F;
}
.AnyTagClassName
{
color: #42161F;
}
</style>
background-color css
<style>
a { background-color: #42161F; }
a { background-color: rgb(66,22,31); }
div.DivClassName
{
background-color: #42161F;
}
.BgClassName
{
background-color: #42161F;
}
</style>
border-color css
<style>
span { border-color: #42161F; }
span { border-color: rgb(66,22,31); }
td.TdClassName
{
border-color: #42161F;
}
.TagClassName
{
border-color: #42161F;
}
</style>