Shades of Barossa #4F343F
Tints of Barossa #4F343F
RGB
CMYK
RGB Variations
Color information
#4F343F (or 0x4F343F) is known color: Barossa. HEX triplet: 4F, 34 and 3F. RGB value is (79,52,63). Sum of RGB (Red+Green+Blue) = 79+52+63=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F343F is #B0CBC0. Grayscale: #3D3D3D. Windows color (decimal): -11586497 or 4142159. OLE color: 4142159.
HSL color Cylindrical-coordinate representation of color #4F343F: hue angle of 335.56º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F343F is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 52 | 63 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.69 |
| HSL | 335.56º | 0.21% | 0.26% | - |
| HSV(B) | 335.56º | 0.34% | 0.31% | - |
| XYZ | 5.35 | 4.48 | 5.28 | - |
| YUV | 61.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 52 | 63 | 0 | 0.34 | 0.20 | 0.69 | 335.56 | 0.21 | 0.26 |
| Hex | 4F | 34 | 3F | 0 | 22 | 14 | 45 | 150 | 15 | 1A |
| Octal | 117 | 64 | 77 | 0 | 42 | 24 | 105 | 520 | 25 | 32 |
| Binary | 1001111 | 110100 | 111111 | 0 | 100010 | 10100 | 1000101 | 101010000 | 10101 | 11010 |
Color Harmonies of #4F343F
Complementary color
Monochromatic Colors of #4F343F
Black with #4F343F
Text Example
Text Example
White with #4F343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F343F; }
p { color: rgb(79,52,63); }
H1.HeaderClassName
{
color: #4F343F;
}
.AnyTagClassName
{
color: #4F343F;
}
</style>
background-color css
<style>
a { background-color: #4F343F; }
a { background-color: rgb(79,52,63); }
div.DivClassName
{
background-color: #4F343F;
}
.BgClassName
{
background-color: #4F343F;
}
</style>
border-color css
<style>
span { border-color: #4F343F; }
span { border-color: rgb(79,52,63); }
td.TdClassName
{
border-color: #4F343F;
}
.TagClassName
{
border-color: #4F343F;
}
</style>