Shades of Barossa #4F293D
Tints of Barossa #4F293D
RGB
CMYK
RGB Variations
Color information
#4F293D (or 0x4F293D) is known color: Barossa. HEX triplet: 4F, 29 and 3D. RGB value is (79,41,61). Sum of RGB (Red+Green+Blue) = 79+41+61=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F293D is #B0D6C2. Grayscale: #363636. Windows color (decimal): -11589315 or 4008271. OLE color: 4008271.
HSL color Cylindrical-coordinate representation of color #4F293D: hue angle of 328.42º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F293D is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 61 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.69 |
| HSL | 328.42º | 0.32% | 0.24% | - |
| HSV(B) | 328.42º | 0.48% | 0.31% | - |
| XYZ | 4.86 | 3.59 | 4.85 | - |
| YUV | 54.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 61 | 0 | 0.48 | 0.23 | 0.69 | 328.42 | 0.32 | 0.24 |
| Hex | 4F | 29 | 3D | 0 | 30 | 17 | 45 | 148 | 20 | 18 |
| Octal | 117 | 51 | 75 | 0 | 60 | 27 | 105 | 510 | 40 | 30 |
| Binary | 1001111 | 101001 | 111101 | 0 | 110000 | 10111 | 1000101 | 101001000 | 100000 | 11000 |
Color Harmonies of #4F293D
Complementary color
Monochromatic Colors of #4F293D
Black with #4F293D
Text Example
Text Example
White with #4F293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F293D; }
p { color: rgb(79,41,61); }
H1.HeaderClassName
{
color: #4F293D;
}
.AnyTagClassName
{
color: #4F293D;
}
</style>
background-color css
<style>
a { background-color: #4F293D; }
a { background-color: rgb(79,41,61); }
div.DivClassName
{
background-color: #4F293D;
}
.BgClassName
{
background-color: #4F293D;
}
</style>
border-color css
<style>
span { border-color: #4F293D; }
span { border-color: rgb(79,41,61); }
td.TdClassName
{
border-color: #4F293D;
}
.TagClassName
{
border-color: #4F293D;
}
</style>