Shades of Bordeaux #461E23
Tints of Bordeaux #461E23
RGB
CMYK
RGB Variations
Color information
#461E23 (or 0x461E23) is known color: Bordeaux. HEX triplet: 46, 1E and 23. RGB value is (70,30,35). Sum of RGB (Red+Green+Blue) = 70+30+35=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #461E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461E23 is #B9E1DC. Grayscale: #2A2A2A. Windows color (decimal): -12181981 or 2301510. OLE color: 2301510.
HSL color Cylindrical-coordinate representation of color #461E23: hue angle of 352.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #461E23 is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 30 | 35 | - |
| CMYK | 0 | 0.57 | 0.5 | 0.73 |
| HSL | 352.5º | 0.4% | 0.2% | - |
| HSV(B) | 352.5º | 0.57% | 0.27% | - |
| XYZ | 3.29 | 2.35 | 1.87 | - |
| YUV | 42.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 35 | 0 | 0.57 | 0.5 | 0.73 | 352.5 | 0.4 | 0.2 |
| Hex | 46 | 1E | 23 | 0 | 39 | 32 | 49 | 160 | 28 | 14 |
| Octal | 106 | 36 | 43 | 0 | 71 | 62 | 111 | 540 | 50 | 24 |
| Binary | 1000110 | 11110 | 100011 | 0 | 111001 | 110010 | 1001001 | 101100000 | 101000 | 10100 |
Color Harmonies of #461E23
Complementary color
Monochromatic Colors of #461E23
Black with #461E23
Text Example
Text Example
White with #461E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E23; }
p { color: rgb(70,30,35); }
H1.HeaderClassName
{
color: #461E23;
}
.AnyTagClassName
{
color: #461E23;
}
</style>
background-color css
<style>
a { background-color: #461E23; }
a { background-color: rgb(70,30,35); }
div.DivClassName
{
background-color: #461E23;
}
.BgClassName
{
background-color: #461E23;
}
</style>
border-color css
<style>
span { border-color: #461E23; }
span { border-color: rgb(70,30,35); }
td.TdClassName
{
border-color: #461E23;
}
.TagClassName
{
border-color: #461E23;
}
</style>