Shades of Bordeaux #461824
Tints of Bordeaux #461824
RGB
CMYK
RGB Variations
Color information
#461824 (or 0x461824) is known color: Bordeaux. HEX triplet: 46, 18 and 24. RGB value is (70,24,36). Sum of RGB (Red+Green+Blue) = 70+24+36=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461824 is #B9E7DB. Grayscale: #272727. Windows color (decimal): -12183516 or 2365510. OLE color: 2365510.
HSL color Cylindrical-coordinate representation of color #461824: hue angle of 344.35º 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 #461824 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 36 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.73 |
| HSL | 344.35º | 0.49% | 0.18% | - |
| HSV(B) | 344.35º | 0.66% | 0.27% | - |
| XYZ | 3.17 | 2.08 | 1.9 | - |
| YUV | 39.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 36 | 0 | 0.66 | 0.49 | 0.73 | 344.35 | 0.49 | 0.18 |
| Hex | 46 | 18 | 24 | 0 | 42 | 31 | 49 | 158 | 31 | 12 |
| Octal | 106 | 30 | 44 | 0 | 102 | 61 | 111 | 530 | 61 | 22 |
| Binary | 1000110 | 11000 | 100100 | 0 | 1000010 | 110001 | 1001001 | 101011000 | 110001 | 10010 |
Color Harmonies of #461824
Complementary color
Monochromatic Colors of #461824
Black with #461824
Text Example
Text Example
White with #461824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461824; }
p { color: rgb(70,24,36); }
H1.HeaderClassName
{
color: #461824;
}
.AnyTagClassName
{
color: #461824;
}
</style>
background-color css
<style>
a { background-color: #461824; }
a { background-color: rgb(70,24,36); }
div.DivClassName
{
background-color: #461824;
}
.BgClassName
{
background-color: #461824;
}
</style>
border-color css
<style>
span { border-color: #461824; }
span { border-color: rgb(70,24,36); }
td.TdClassName
{
border-color: #461824;
}
.TagClassName
{
border-color: #461824;
}
</style>