Shades of Bordeaux #46041C
Tints of Bordeaux #46041C
RGB
CMYK
RGB Variations
Color information
#46041C (or 0x46041C) is known color: Bordeaux. HEX triplet: 46, 04 and 1C. RGB value is (70,4,28). Sum of RGB (Red+Green+Blue) = 70+4+28=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #46041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46041C is #B9FBE3. Grayscale: #1A1A1A. Windows color (decimal): -12188644 or 1836102. OLE color: 1836102.
HSL color Cylindrical-coordinate representation of color #46041C: hue angle of 338.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46041C is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 4 | 28 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.73 |
| HSL | 338.18º | 0.89% | 0.15% | - |
| HSV(B) | 338.18º | 0.94% | 0.27% | - |
| XYZ | 2.78 | 1.47 | 1.24 | - |
| YUV | 26.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 28 | 0 | 0.94 | 0.60 | 0.73 | 338.18 | 0.89 | 0.15 |
| Hex | 46 | 4 | 1C | 0 | 5E | 3C | 49 | 152 | 59 | F |
| Octal | 106 | 4 | 34 | 0 | 136 | 74 | 111 | 522 | 131 | 17 |
| Binary | 1000110 | 100 | 11100 | 0 | 1011110 | 111100 | 1001001 | 101010010 | 1011001 | 1111 |
Color Harmonies of #46041C
Complementary color
Monochromatic Colors of #46041C
Black with #46041C
Text Example
Text Example
White with #46041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46041C; }
p { color: rgb(70,4,28); }
H1.HeaderClassName
{
color: #46041C;
}
.AnyTagClassName
{
color: #46041C;
}
</style>
background-color css
<style>
a { background-color: #46041C; }
a { background-color: rgb(70,4,28); }
div.DivClassName
{
background-color: #46041C;
}
.BgClassName
{
background-color: #46041C;
}
</style>
border-color css
<style>
span { border-color: #46041C; }
span { border-color: rgb(70,4,28); }
td.TdClassName
{
border-color: #46041C;
}
.TagClassName
{
border-color: #46041C;
}
</style>