Shades of Bordeaux #461D24
Tints of Bordeaux #461D24
RGB
CMYK
RGB Variations
Color information
#461D24 (or 0x461D24) is known color: Bordeaux. HEX triplet: 46, 1D and 24. RGB value is (70,29,36). Sum of RGB (Red+Green+Blue) = 70+29+36=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #461D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D24 is #B9E2DB. Grayscale: #2A2A2A. Windows color (decimal): -12182236 or 2366790. OLE color: 2366790.
HSL color Cylindrical-coordinate representation of color #461D24: hue angle of 349.76º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D24 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 36 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.73 |
| HSL | 349.76º | 0.41% | 0.19% | - |
| HSV(B) | 349.76º | 0.59% | 0.27% | - |
| XYZ | 3.28 | 2.31 | 1.94 | - |
| YUV | 42.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 36 | 0 | 0.59 | 0.49 | 0.73 | 349.76 | 0.41 | 0.19 |
| Hex | 46 | 1D | 24 | 0 | 3B | 31 | 49 | 15E | 29 | 13 |
| Octal | 106 | 35 | 44 | 0 | 73 | 61 | 111 | 536 | 51 | 23 |
| Binary | 1000110 | 11101 | 100100 | 0 | 111011 | 110001 | 1001001 | 101011110 | 101001 | 10011 |
Color Harmonies of #461D24
Complementary color
Monochromatic Colors of #461D24
Black with #461D24
Text Example
Text Example
White with #461D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D24; }
p { color: rgb(70,29,36); }
H1.HeaderClassName
{
color: #461D24;
}
.AnyTagClassName
{
color: #461D24;
}
</style>
background-color css
<style>
a { background-color: #461D24; }
a { background-color: rgb(70,29,36); }
div.DivClassName
{
background-color: #461D24;
}
.BgClassName
{
background-color: #461D24;
}
</style>
border-color css
<style>
span { border-color: #461D24; }
span { border-color: rgb(70,29,36); }
td.TdClassName
{
border-color: #461D24;
}
.TagClassName
{
border-color: #461D24;
}
</style>