Shades of Barossa #4F2137
Tints of Barossa #4F2137
RGB
CMYK
RGB Variations
Color information
#4F2137 (or 0x4F2137) is known color: Barossa. HEX triplet: 4F, 21 and 37. RGB value is (79,33,55). Sum of RGB (Red+Green+Blue) = 79+33+55=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2137 is #B0DEC8. Grayscale: #313131. Windows color (decimal): -11591369 or 3613007. OLE color: 3613007.
HSL color Cylindrical-coordinate representation of color #4F2137: hue angle of 331.3º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F2137 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 55 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.69 |
| HSL | 331.3º | 0.41% | 0.22% | - |
| HSV(B) | 331.3º | 0.58% | 0.31% | - |
| XYZ | 4.46 | 3.03 | 3.96 | - |
| YUV | 49.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 55 | 0 | 0.58 | 0.30 | 0.69 | 331.3 | 0.41 | 0.22 |
| Hex | 4F | 21 | 37 | 0 | 3A | 1E | 45 | 14B | 29 | 16 |
| Octal | 117 | 41 | 67 | 0 | 72 | 36 | 105 | 513 | 51 | 26 |
| Binary | 1001111 | 100001 | 110111 | 0 | 111010 | 11110 | 1000101 | 101001011 | 101001 | 10110 |
Color Harmonies of #4F2137
Complementary color
Monochromatic Colors of #4F2137
Black with #4F2137
Text Example
Text Example
White with #4F2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2137; }
p { color: rgb(79,33,55); }
H1.HeaderClassName
{
color: #4F2137;
}
.AnyTagClassName
{
color: #4F2137;
}
</style>
background-color css
<style>
a { background-color: #4F2137; }
a { background-color: rgb(79,33,55); }
div.DivClassName
{
background-color: #4F2137;
}
.BgClassName
{
background-color: #4F2137;
}
</style>
border-color css
<style>
span { border-color: #4F2137; }
span { border-color: rgb(79,33,55); }
td.TdClassName
{
border-color: #4F2137;
}
.TagClassName
{
border-color: #4F2137;
}
</style>