Shades of Barossa #4F2940
Tints of Barossa #4F2940
RGB
CMYK
RGB Variations
Color information
#4F2940 (or 0x4F2940) is known color: Barossa. HEX triplet: 4F, 29 and 40. RGB value is (79,41,64). Sum of RGB (Red+Green+Blue) = 79+41+64=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2940 is #B0D6BF. Grayscale: #363636. Windows color (decimal): -11589312 or 4204879. OLE color: 4204879.
HSL color Cylindrical-coordinate representation of color #4F2940: hue angle of 323.68º 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 #4F2940 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 64 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.69 |
| HSL | 323.68º | 0.32% | 0.24% | - |
| HSV(B) | 323.68º | 0.48% | 0.31% | - |
| XYZ | 4.94 | 3.62 | 5.29 | - |
| YUV | 54.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 64 | 0 | 0.48 | 0.19 | 0.69 | 323.68 | 0.32 | 0.24 |
| Hex | 4F | 29 | 40 | 0 | 30 | 13 | 45 | 144 | 20 | 18 |
| Octal | 117 | 51 | 100 | 0 | 60 | 23 | 105 | 504 | 40 | 30 |
| Binary | 1001111 | 101001 | 1000000 | 0 | 110000 | 10011 | 1000101 | 101000100 | 100000 | 11000 |
Color Harmonies of #4F2940
Complementary color
Monochromatic Colors of #4F2940
Black with #4F2940
Text Example
Text Example
White with #4F2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2940; }
p { color: rgb(79,41,64); }
H1.HeaderClassName
{
color: #4F2940;
}
.AnyTagClassName
{
color: #4F2940;
}
</style>
background-color css
<style>
a { background-color: #4F2940; }
a { background-color: rgb(79,41,64); }
div.DivClassName
{
background-color: #4F2940;
}
.BgClassName
{
background-color: #4F2940;
}
</style>
border-color css
<style>
span { border-color: #4F2940; }
span { border-color: rgb(79,41,64); }
td.TdClassName
{
border-color: #4F2940;
}
.TagClassName
{
border-color: #4F2940;
}
</style>