Shades of Barossa #4F243B
Tints of Barossa #4F243B
RGB
CMYK
RGB Variations
Color information
#4F243B (or 0x4F243B) is known color: Barossa. HEX triplet: 4F, 24 and 3B. RGB value is (79,36,59). Sum of RGB (Red+Green+Blue) = 79+36+59=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F243B is #B0DBC4. Grayscale: #333333. Windows color (decimal): -11590597 or 3875919. OLE color: 3875919.
HSL color Cylindrical-coordinate representation of color #4F243B: hue angle of 327.91º 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 #4F243B is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 36 | 59 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.69 |
| HSL | 327.91º | 0.37% | 0.23% | - |
| HSV(B) | 327.91º | 0.54% | 0.31% | - |
| XYZ | 4.64 | 3.24 | 4.52 | - |
| YUV | 51.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 59 | 0 | 0.54 | 0.25 | 0.69 | 327.91 | 0.37 | 0.23 |
| Hex | 4F | 24 | 3B | 0 | 36 | 19 | 45 | 148 | 25 | 17 |
| Octal | 117 | 44 | 73 | 0 | 66 | 31 | 105 | 510 | 45 | 27 |
| Binary | 1001111 | 100100 | 111011 | 0 | 110110 | 11001 | 1000101 | 101001000 | 100101 | 10111 |
Color Harmonies of #4F243B
Complementary color
Monochromatic Colors of #4F243B
Black with #4F243B
Text Example
Text Example
White with #4F243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F243B; }
p { color: rgb(79,36,59); }
H1.HeaderClassName
{
color: #4F243B;
}
.AnyTagClassName
{
color: #4F243B;
}
</style>
background-color css
<style>
a { background-color: #4F243B; }
a { background-color: rgb(79,36,59); }
div.DivClassName
{
background-color: #4F243B;
}
.BgClassName
{
background-color: #4F243B;
}
</style>
border-color css
<style>
span { border-color: #4F243B; }
span { border-color: rgb(79,36,59); }
td.TdClassName
{
border-color: #4F243B;
}
.TagClassName
{
border-color: #4F243B;
}
</style>