Shades of Bordeaux #461823
Tints of Bordeaux #461823
RGB
CMYK
RGB Variations
Color information
#461823 (or 0x461823) is known color: Bordeaux. HEX triplet: 46, 18 and 23. RGB value is (70,24,35). Sum of RGB (Red+Green+Blue) = 70+24+35=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461823 is #B9E7DC. Grayscale: #272727. Windows color (decimal): -12183517 or 2299974. OLE color: 2299974.
HSL color Cylindrical-coordinate representation of color #461823: hue angle of 345.65º 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 #461823 is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 35 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.73 |
| HSL | 345.65º | 0.49% | 0.18% | - |
| HSV(B) | 345.65º | 0.66% | 0.27% | - |
| XYZ | 3.16 | 2.08 | 1.82 | - |
| YUV | 39.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 35 | 0 | 0.66 | 0.5 | 0.73 | 345.65 | 0.49 | 0.18 |
| Hex | 46 | 18 | 23 | 0 | 42 | 32 | 49 | 15A | 31 | 12 |
| Octal | 106 | 30 | 43 | 0 | 102 | 62 | 111 | 532 | 61 | 22 |
| Binary | 1000110 | 11000 | 100011 | 0 | 1000010 | 110010 | 1001001 | 101011010 | 110001 | 10010 |
Color Harmonies of #461823
Complementary color
Monochromatic Colors of #461823
Black with #461823
Text Example
Text Example
White with #461823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461823; }
p { color: rgb(70,24,35); }
H1.HeaderClassName
{
color: #461823;
}
.AnyTagClassName
{
color: #461823;
}
</style>
background-color css
<style>
a { background-color: #461823; }
a { background-color: rgb(70,24,35); }
div.DivClassName
{
background-color: #461823;
}
.BgClassName
{
background-color: #461823;
}
</style>
border-color css
<style>
span { border-color: #461823; }
span { border-color: rgb(70,24,35); }
td.TdClassName
{
border-color: #461823;
}
.TagClassName
{
border-color: #461823;
}
</style>