Shades of Bordeaux #46181F
Tints of Bordeaux #46181F
RGB
CMYK
RGB Variations
Color information
#46181F (or 0x46181F) is known color: Bordeaux. HEX triplet: 46, 18 and 1F. RGB value is (70,24,31). Sum of RGB (Red+Green+Blue) = 70+24+31=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #46181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46181F is #B9E7E0. Grayscale: #262626. Windows color (decimal): -12183521 or 2037830. OLE color: 2037830.
HSL color Cylindrical-coordinate representation of color #46181F: hue angle of 350.87º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46181F is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 31 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.73 |
| HSL | 350.87º | 0.49% | 0.18% | - |
| HSV(B) | 350.87º | 0.66% | 0.27% | - |
| XYZ | 3.1 | 2.05 | 1.53 | - |
| YUV | 38.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 31 | 0 | 0.66 | 0.56 | 0.73 | 350.87 | 0.49 | 0.18 |
| Hex | 46 | 18 | 1F | 0 | 42 | 38 | 49 | 15F | 31 | 12 |
| Octal | 106 | 30 | 37 | 0 | 102 | 70 | 111 | 537 | 61 | 22 |
| Binary | 1000110 | 11000 | 11111 | 0 | 1000010 | 111000 | 1001001 | 101011111 | 110001 | 10010 |
Color Harmonies of #46181F
Complementary color
Monochromatic Colors of #46181F
Black with #46181F
Text Example
Text Example
White with #46181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46181F; }
p { color: rgb(70,24,31); }
H1.HeaderClassName
{
color: #46181F;
}
.AnyTagClassName
{
color: #46181F;
}
</style>
background-color css
<style>
a { background-color: #46181F; }
a { background-color: rgb(70,24,31); }
div.DivClassName
{
background-color: #46181F;
}
.BgClassName
{
background-color: #46181F;
}
</style>
border-color css
<style>
span { border-color: #46181F; }
span { border-color: rgb(70,24,31); }
td.TdClassName
{
border-color: #46181F;
}
.TagClassName
{
border-color: #46181F;
}
</style>