Shades of Barossa #4F243A
Tints of Barossa #4F243A
RGB
CMYK
RGB Variations
Color information
#4F243A (or 0x4F243A) is known color: Barossa. HEX triplet: 4F, 24 and 3A. RGB value is (79,36,58). Sum of RGB (Red+Green+Blue) = 79+36+58=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F243A is #B0DBC5. Grayscale: #333333. Windows color (decimal): -11590598 or 3810383. OLE color: 3810383.
HSL color Cylindrical-coordinate representation of color #4F243A: hue angle of 329.3º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F243A is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 36 | 58 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.69 |
| HSL | 329.3º | 0.37% | 0.23% | - |
| HSV(B) | 329.3º | 0.54% | 0.31% | - |
| XYZ | 4.62 | 3.23 | 4.38 | - |
| YUV | 51.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 58 | 0 | 0.54 | 0.27 | 0.69 | 329.3 | 0.37 | 0.23 |
| Hex | 4F | 24 | 3A | 0 | 36 | 1B | 45 | 149 | 25 | 17 |
| Octal | 117 | 44 | 72 | 0 | 66 | 33 | 105 | 511 | 45 | 27 |
| Binary | 1001111 | 100100 | 111010 | 0 | 110110 | 11011 | 1000101 | 101001001 | 100101 | 10111 |
Color Harmonies of #4F243A
Complementary color
Monochromatic Colors of #4F243A
Black with #4F243A
Text Example
Text Example
White with #4F243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F243A; }
p { color: rgb(79,36,58); }
H1.HeaderClassName
{
color: #4F243A;
}
.AnyTagClassName
{
color: #4F243A;
}
</style>
background-color css
<style>
a { background-color: #4F243A; }
a { background-color: rgb(79,36,58); }
div.DivClassName
{
background-color: #4F243A;
}
.BgClassName
{
background-color: #4F243A;
}
</style>
border-color css
<style>
span { border-color: #4F243A; }
span { border-color: rgb(79,36,58); }
td.TdClassName
{
border-color: #4F243A;
}
.TagClassName
{
border-color: #4F243A;
}
</style>