Shades of Barossa #4F3140
Tints of Barossa #4F3140
RGB
CMYK
RGB Variations
Color information
#4F3140 (or 0x4F3140) is known color: Barossa. HEX triplet: 4F, 31 and 40. RGB value is (79,49,64). Sum of RGB (Red+Green+Blue) = 79+49+64=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3140 is #B0CEBF. Grayscale: #3B3B3B. Windows color (decimal): -11587264 or 4206927. OLE color: 4206927.
HSL color Cylindrical-coordinate representation of color #4F3140: hue angle of 330º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F3140 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 49 | 64 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.69 |
| HSL | 330º | 0.23% | 0.25% | - |
| HSV(B) | 330º | 0.38% | 0.31% | - |
| XYZ | 5.25 | 4.23 | 5.39 | - |
| YUV | 59.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 49 | 64 | 0 | 0.38 | 0.19 | 0.69 | 330 | 0.23 | 0.25 |
| Hex | 4F | 31 | 40 | 0 | 26 | 13 | 45 | 14A | 17 | 19 |
| Octal | 117 | 61 | 100 | 0 | 46 | 23 | 105 | 512 | 27 | 31 |
| Binary | 1001111 | 110001 | 1000000 | 0 | 100110 | 10011 | 1000101 | 101001010 | 10111 | 11001 |
Color Harmonies of #4F3140
Complementary color
Monochromatic Colors of #4F3140
Black with #4F3140
Text Example
Text Example
White with #4F3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3140; }
p { color: rgb(79,49,64); }
H1.HeaderClassName
{
color: #4F3140;
}
.AnyTagClassName
{
color: #4F3140;
}
</style>
background-color css
<style>
a { background-color: #4F3140; }
a { background-color: rgb(79,49,64); }
div.DivClassName
{
background-color: #4F3140;
}
.BgClassName
{
background-color: #4F3140;
}
</style>
border-color css
<style>
span { border-color: #4F3140; }
span { border-color: rgb(79,49,64); }
td.TdClassName
{
border-color: #4F3140;
}
.TagClassName
{
border-color: #4F3140;
}
</style>