Shades of Bordeaux #42151F
Tints of Bordeaux #42151F
RGB
CMYK
RGB Variations
Color information
#42151F (or 0x42151F) is known color: Bordeaux. HEX triplet: 42, 15 and 1F. RGB value is (66,21,31). Sum of RGB (Red+Green+Blue) = 66+21+31=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #42151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42151F is #BDEAE0. Grayscale: #232323. Windows color (decimal): -12446433 or 2037058. OLE color: 2037058.
HSL color Cylindrical-coordinate representation of color #42151F: hue angle of 346.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42151F is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 21 | 31 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.74 |
| HSL | 346.67º | 0.52% | 0.17% | - |
| HSV(B) | 346.67º | 0.68% | 0.26% | - |
| XYZ | 2.76 | 1.79 | 1.5 | - |
| YUV | 35.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 31 | 0 | 0.68 | 0.53 | 0.74 | 346.67 | 0.52 | 0.17 |
| Hex | 42 | 15 | 1F | 0 | 44 | 35 | 4A | 15B | 34 | 11 |
| Octal | 102 | 25 | 37 | 0 | 104 | 65 | 112 | 533 | 64 | 21 |
| Binary | 1000010 | 10101 | 11111 | 0 | 1000100 | 110101 | 1001010 | 101011011 | 110100 | 10001 |
Color Harmonies of #42151F
Complementary color
Monochromatic Colors of #42151F
Black with #42151F
Text Example
Text Example
White with #42151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42151F; }
p { color: rgb(66,21,31); }
H1.HeaderClassName
{
color: #42151F;
}
.AnyTagClassName
{
color: #42151F;
}
</style>
background-color css
<style>
a { background-color: #42151F; }
a { background-color: rgb(66,21,31); }
div.DivClassName
{
background-color: #42151F;
}
.BgClassName
{
background-color: #42151F;
}
</style>
border-color css
<style>
span { border-color: #42151F; }
span { border-color: rgb(66,21,31); }
td.TdClassName
{
border-color: #42151F;
}
.TagClassName
{
border-color: #42151F;
}
</style>