Shades of Barossa #4F3240
Tints of Barossa #4F3240
RGB
CMYK
RGB Variations
Color information
#4F3240 (or 0x4F3240) is known color: Barossa. HEX triplet: 4F, 32 and 40. RGB value is (79,50,64). Sum of RGB (Red+Green+Blue) = 79+50+64=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3240 is #B0CDBF. Grayscale: #3C3C3C. Windows color (decimal): -11587008 or 4207183. OLE color: 4207183.
HSL color Cylindrical-coordinate representation of color #4F3240: hue angle of 331.03º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F3240 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 50 | 64 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.69 |
| HSL | 331.03º | 0.22% | 0.25% | - |
| HSV(B) | 331.03º | 0.37% | 0.31% | - |
| XYZ | 5.29 | 4.31 | 5.4 | - |
| YUV | 60.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 64 | 0 | 0.37 | 0.19 | 0.69 | 331.03 | 0.22 | 0.25 |
| Hex | 4F | 32 | 40 | 0 | 25 | 13 | 45 | 14B | 16 | 19 |
| Octal | 117 | 62 | 100 | 0 | 45 | 23 | 105 | 513 | 26 | 31 |
| Binary | 1001111 | 110010 | 1000000 | 0 | 100101 | 10011 | 1000101 | 101001011 | 10110 | 11001 |
Color Harmonies of #4F3240
Complementary color
Monochromatic Colors of #4F3240
Black with #4F3240
Text Example
Text Example
White with #4F3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3240; }
p { color: rgb(79,50,64); }
H1.HeaderClassName
{
color: #4F3240;
}
.AnyTagClassName
{
color: #4F3240;
}
</style>
background-color css
<style>
a { background-color: #4F3240; }
a { background-color: rgb(79,50,64); }
div.DivClassName
{
background-color: #4F3240;
}
.BgClassName
{
background-color: #4F3240;
}
</style>
border-color css
<style>
span { border-color: #4F3240; }
span { border-color: rgb(79,50,64); }
td.TdClassName
{
border-color: #4F3240;
}
.TagClassName
{
border-color: #4F3240;
}
</style>