Shades of Barossa #4F2C3E
Tints of Barossa #4F2C3E
RGB
CMYK
RGB Variations
Color information
#4F2C3E (or 0x4F2C3E) is known color: Barossa. HEX triplet: 4F, 2C and 3E. RGB value is (79,44,62). Sum of RGB (Red+Green+Blue) = 79+44+62=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C3E is #B0D3C1. Grayscale: #383838. Windows color (decimal): -11588546 or 4074575. OLE color: 4074575.
HSL color Cylindrical-coordinate representation of color #4F2C3E: hue angle of 329.14º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F2C3E is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 44 | 62 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.69 |
| HSL | 329.14º | 0.28% | 0.24% | - |
| HSV(B) | 329.14º | 0.44% | 0.31% | - |
| XYZ | 4.99 | 3.81 | 5.03 | - |
| YUV | 56.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 62 | 0 | 0.44 | 0.22 | 0.69 | 329.14 | 0.28 | 0.24 |
| Hex | 4F | 2C | 3E | 0 | 2C | 16 | 45 | 149 | 1C | 18 |
| Octal | 117 | 54 | 76 | 0 | 54 | 26 | 105 | 511 | 34 | 30 |
| Binary | 1001111 | 101100 | 111110 | 0 | 101100 | 10110 | 1000101 | 101001001 | 11100 | 11000 |
Color Harmonies of #4F2C3E
Complementary color
Monochromatic Colors of #4F2C3E
Black with #4F2C3E
Text Example
Text Example
White with #4F2C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2C3E; }
p { color: rgb(79,44,62); }
H1.HeaderClassName
{
color: #4F2C3E;
}
.AnyTagClassName
{
color: #4F2C3E;
}
</style>
background-color css
<style>
a { background-color: #4F2C3E; }
a { background-color: rgb(79,44,62); }
div.DivClassName
{
background-color: #4F2C3E;
}
.BgClassName
{
background-color: #4F2C3E;
}
</style>
border-color css
<style>
span { border-color: #4F2C3E; }
span { border-color: rgb(79,44,62); }
td.TdClassName
{
border-color: #4F2C3E;
}
.TagClassName
{
border-color: #4F2C3E;
}
</style>