Shades of Bordeaux #461822
Tints of Bordeaux #461822
RGB
CMYK
RGB Variations
Color information
#461822 (or 0x461822) is known color: Bordeaux. HEX triplet: 46, 18 and 22. RGB value is (70,24,34). Sum of RGB (Red+Green+Blue) = 70+24+34=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461822 is #B9E7DD. Grayscale: #262626. Windows color (decimal): -12183518 or 2234438. OLE color: 2234438.
HSL color Cylindrical-coordinate representation of color #461822: hue angle of 346.96º 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 #461822 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 34 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.73 |
| HSL | 346.96º | 0.49% | 0.18% | - |
| HSV(B) | 346.96º | 0.66% | 0.27% | - |
| XYZ | 3.14 | 2.07 | 1.75 | - |
| YUV | 38.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 34 | 0 | 0.66 | 0.51 | 0.73 | 346.96 | 0.49 | 0.18 |
| Hex | 46 | 18 | 22 | 0 | 42 | 33 | 49 | 15B | 31 | 12 |
| Octal | 106 | 30 | 42 | 0 | 102 | 63 | 111 | 533 | 61 | 22 |
| Binary | 1000110 | 11000 | 100010 | 0 | 1000010 | 110011 | 1001001 | 101011011 | 110001 | 10010 |
Color Harmonies of #461822
Complementary color
Monochromatic Colors of #461822
Black with #461822
Text Example
Text Example
White with #461822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461822; }
p { color: rgb(70,24,34); }
H1.HeaderClassName
{
color: #461822;
}
.AnyTagClassName
{
color: #461822;
}
</style>
background-color css
<style>
a { background-color: #461822; }
a { background-color: rgb(70,24,34); }
div.DivClassName
{
background-color: #461822;
}
.BgClassName
{
background-color: #461822;
}
</style>
border-color css
<style>
span { border-color: #461822; }
span { border-color: rgb(70,24,34); }
td.TdClassName
{
border-color: #461822;
}
.TagClassName
{
border-color: #461822;
}
</style>