Shades of Bordeaux #461F26
Tints of Bordeaux #461F26
RGB
CMYK
RGB Variations
Color information
#461F26 (or 0x461F26) is known color: Bordeaux. HEX triplet: 46, 1F and 26. RGB value is (70,31,38). Sum of RGB (Red+Green+Blue) = 70+31+38=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #461F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F26 is #B9E0D9. Grayscale: #2B2B2B. Windows color (decimal): -12181722 or 2498374. OLE color: 2498374.
HSL color Cylindrical-coordinate representation of color #461F26: hue angle of 349.23º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #461F26 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 31 | 38 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.73 |
| HSL | 349.23º | 0.39% | 0.2% | - |
| HSV(B) | 349.23º | 0.56% | 0.27% | - |
| XYZ | 3.37 | 2.42 | 2.12 | - |
| YUV | 43.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 38 | 0 | 0.56 | 0.46 | 0.73 | 349.23 | 0.39 | 0.2 |
| Hex | 46 | 1F | 26 | 0 | 38 | 2E | 49 | 15D | 27 | 14 |
| Octal | 106 | 37 | 46 | 0 | 70 | 56 | 111 | 535 | 47 | 24 |
| Binary | 1000110 | 11111 | 100110 | 0 | 111000 | 101110 | 1001001 | 101011101 | 100111 | 10100 |
Color Harmonies of #461F26
Complementary color
Monochromatic Colors of #461F26
Black with #461F26
Text Example
Text Example
White with #461F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F26; }
p { color: rgb(70,31,38); }
H1.HeaderClassName
{
color: #461F26;
}
.AnyTagClassName
{
color: #461F26;
}
</style>
background-color css
<style>
a { background-color: #461F26; }
a { background-color: rgb(70,31,38); }
div.DivClassName
{
background-color: #461F26;
}
.BgClassName
{
background-color: #461F26;
}
</style>
border-color css
<style>
span { border-color: #461F26; }
span { border-color: rgb(70,31,38); }
td.TdClassName
{
border-color: #461F26;
}
.TagClassName
{
border-color: #461F26;
}
</style>