Shades of Barossa #4F2E3E
Tints of Barossa #4F2E3E
RGB
CMYK
RGB Variations
Color information
#4F2E3E (or 0x4F2E3E) is known color: Barossa. HEX triplet: 4F, 2E and 3E. RGB value is (79,46,62). Sum of RGB (Red+Green+Blue) = 79+46+62=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E3E is #B0D1C1. Grayscale: #393939. Windows color (decimal): -11588034 or 4075087. OLE color: 4075087.
HSL color Cylindrical-coordinate representation of color #4F2E3E: hue angle of 330.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F2E3E is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 46 | 62 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.69 |
| HSL | 330.91º | 0.26% | 0.25% | - |
| HSV(B) | 330.91º | 0.42% | 0.31% | - |
| XYZ | 5.07 | 3.96 | 5.06 | - |
| YUV | 57.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 62 | 0 | 0.42 | 0.22 | 0.69 | 330.91 | 0.26 | 0.25 |
| Hex | 4F | 2E | 3E | 0 | 2A | 16 | 45 | 14B | 1A | 19 |
| Octal | 117 | 56 | 76 | 0 | 52 | 26 | 105 | 513 | 32 | 31 |
| Binary | 1001111 | 101110 | 111110 | 0 | 101010 | 10110 | 1000101 | 101001011 | 11010 | 11001 |
Color Harmonies of #4F2E3E
Complementary color
Monochromatic Colors of #4F2E3E
Black with #4F2E3E
Text Example
Text Example
White with #4F2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2E3E; }
p { color: rgb(79,46,62); }
H1.HeaderClassName
{
color: #4F2E3E;
}
.AnyTagClassName
{
color: #4F2E3E;
}
</style>
background-color css
<style>
a { background-color: #4F2E3E; }
a { background-color: rgb(79,46,62); }
div.DivClassName
{
background-color: #4F2E3E;
}
.BgClassName
{
background-color: #4F2E3E;
}
</style>
border-color css
<style>
span { border-color: #4F2E3E; }
span { border-color: rgb(79,46,62); }
td.TdClassName
{
border-color: #4F2E3E;
}
.TagClassName
{
border-color: #4F2E3E;
}
</style>