Shades of Bordeaux #461624
Tints of Bordeaux #461624
RGB
CMYK
RGB Variations
Color information
#461624 (or 0x461624) is known color: Bordeaux. HEX triplet: 46, 16 and 24. RGB value is (70,22,36). Sum of RGB (Red+Green+Blue) = 70+22+36=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461624 is #B9E9DB. Grayscale: #252525. Windows color (decimal): -12184028 or 2364998. OLE color: 2364998.
HSL color Cylindrical-coordinate representation of color #461624: hue angle of 342.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461624 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 22 | 36 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.73 |
| HSL | 342.5º | 0.52% | 0.18% | - |
| HSV(B) | 342.5º | 0.69% | 0.27% | - |
| XYZ | 3.13 | 2 | 1.89 | - |
| YUV | 37.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 36 | 0 | 0.69 | 0.49 | 0.73 | 342.5 | 0.52 | 0.18 |
| Hex | 46 | 16 | 24 | 0 | 45 | 31 | 49 | 156 | 34 | 12 |
| Octal | 106 | 26 | 44 | 0 | 105 | 61 | 111 | 526 | 64 | 22 |
| Binary | 1000110 | 10110 | 100100 | 0 | 1000101 | 110001 | 1001001 | 101010110 | 110100 | 10010 |
Color Harmonies of #461624
Complementary color
Monochromatic Colors of #461624
Black with #461624
Text Example
Text Example
White with #461624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461624; }
p { color: rgb(70,22,36); }
H1.HeaderClassName
{
color: #461624;
}
.AnyTagClassName
{
color: #461624;
}
</style>
background-color css
<style>
a { background-color: #461624; }
a { background-color: rgb(70,22,36); }
div.DivClassName
{
background-color: #461624;
}
.BgClassName
{
background-color: #461624;
}
</style>
border-color css
<style>
span { border-color: #461624; }
span { border-color: rgb(70,22,36); }
td.TdClassName
{
border-color: #461624;
}
.TagClassName
{
border-color: #461624;
}
</style>