Shades of Barossa #46273B
Tints of Barossa #46273B
RGB
CMYK
RGB Variations
Color information
#46273B (or 0x46273B) is known color: Barossa. HEX triplet: 46, 27 and 3B. RGB value is (70,39,59). Sum of RGB (Red+Green+Blue) = 70+39+59=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46273B is #B9D8C4. Grayscale: #323232. Windows color (decimal): -12179653 or 3876678. OLE color: 3876678.
HSL color Cylindrical-coordinate representation of color #46273B: hue angle of 321.29º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46273B is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 39 | 59 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.73 |
| HSL | 321.29º | 0.28% | 0.21% | - |
| HSV(B) | 321.29º | 0.44% | 0.27% | - |
| XYZ | 4.04 | 3.07 | 4.52 | - |
| YUV | 50.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 59 | 0 | 0.44 | 0.16 | 0.73 | 321.29 | 0.28 | 0.21 |
| Hex | 46 | 27 | 3B | 0 | 2C | 10 | 49 | 141 | 1C | 15 |
| Octal | 106 | 47 | 73 | 0 | 54 | 20 | 111 | 501 | 34 | 25 |
| Binary | 1000110 | 100111 | 111011 | 0 | 101100 | 10000 | 1001001 | 101000001 | 11100 | 10101 |
Color Harmonies of #46273B
Complementary color
Monochromatic Colors of #46273B
Black with #46273B
Text Example
Text Example
White with #46273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46273B; }
p { color: rgb(70,39,59); }
H1.HeaderClassName
{
color: #46273B;
}
.AnyTagClassName
{
color: #46273B;
}
</style>
background-color css
<style>
a { background-color: #46273B; }
a { background-color: rgb(70,39,59); }
div.DivClassName
{
background-color: #46273B;
}
.BgClassName
{
background-color: #46273B;
}
</style>
border-color css
<style>
span { border-color: #46273B; }
span { border-color: rgb(70,39,59); }
td.TdClassName
{
border-color: #46273B;
}
.TagClassName
{
border-color: #46273B;
}
</style>