Shades of Bordeaux #461820
Tints of Bordeaux #461820
RGB
CMYK
RGB Variations
Color information
#461820 (or 0x461820) is known color: Bordeaux. HEX triplet: 46, 18 and 20. RGB value is (70,24,32). Sum of RGB (Red+Green+Blue) = 70+24+32=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461820 is #B9E7DF. Grayscale: #262626. Windows color (decimal): -12183520 or 2103366. OLE color: 2103366.
HSL color Cylindrical-coordinate representation of color #461820: hue angle of 349.57º 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 #461820 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 32 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.73 |
| HSL | 349.57º | 0.49% | 0.18% | - |
| HSV(B) | 349.57º | 0.66% | 0.27% | - |
| XYZ | 3.11 | 2.06 | 1.6 | - |
| YUV | 38.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 32 | 0 | 0.66 | 0.54 | 0.73 | 349.57 | 0.49 | 0.18 |
| Hex | 46 | 18 | 20 | 0 | 42 | 36 | 49 | 15E | 31 | 12 |
| Octal | 106 | 30 | 40 | 0 | 102 | 66 | 111 | 536 | 61 | 22 |
| Binary | 1000110 | 11000 | 100000 | 0 | 1000010 | 110110 | 1001001 | 101011110 | 110001 | 10010 |
Color Harmonies of #461820
Complementary color
Monochromatic Colors of #461820
Black with #461820
Text Example
Text Example
White with #461820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461820; }
p { color: rgb(70,24,32); }
H1.HeaderClassName
{
color: #461820;
}
.AnyTagClassName
{
color: #461820;
}
</style>
background-color css
<style>
a { background-color: #461820; }
a { background-color: rgb(70,24,32); }
div.DivClassName
{
background-color: #461820;
}
.BgClassName
{
background-color: #461820;
}
</style>
border-color css
<style>
span { border-color: #461820; }
span { border-color: rgb(70,24,32); }
td.TdClassName
{
border-color: #461820;
}
.TagClassName
{
border-color: #461820;
}
</style>