Shades of Barossa #4F2B40
Tints of Barossa #4F2B40
RGB
CMYK
RGB Variations
Color information
#4F2B40 (or 0x4F2B40) is known color: Barossa. HEX triplet: 4F, 2B and 40. RGB value is (79,43,64). Sum of RGB (Red+Green+Blue) = 79+43+64=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B40 is #B0D4BF. Grayscale: #383838. Windows color (decimal): -11588800 or 4205391. OLE color: 4205391.
HSL color Cylindrical-coordinate representation of color #4F2B40: hue angle of 325º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F2B40 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 43 | 64 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.69 |
| HSL | 325º | 0.3% | 0.24% | - |
| HSV(B) | 325º | 0.46% | 0.31% | - |
| XYZ | 5.01 | 3.76 | 5.31 | - |
| YUV | 56.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 64 | 0 | 0.46 | 0.19 | 0.69 | 325 | 0.3 | 0.24 |
| Hex | 4F | 2B | 40 | 0 | 2E | 13 | 45 | 145 | 1E | 18 |
| Octal | 117 | 53 | 100 | 0 | 56 | 23 | 105 | 505 | 36 | 30 |
| Binary | 1001111 | 101011 | 1000000 | 0 | 101110 | 10011 | 1000101 | 101000101 | 11110 | 11000 |
Color Harmonies of #4F2B40
Complementary color
Monochromatic Colors of #4F2B40
Black with #4F2B40
Text Example
Text Example
White with #4F2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2B40; }
p { color: rgb(79,43,64); }
H1.HeaderClassName
{
color: #4F2B40;
}
.AnyTagClassName
{
color: #4F2B40;
}
</style>
background-color css
<style>
a { background-color: #4F2B40; }
a { background-color: rgb(79,43,64); }
div.DivClassName
{
background-color: #4F2B40;
}
.BgClassName
{
background-color: #4F2B40;
}
</style>
border-color css
<style>
span { border-color: #4F2B40; }
span { border-color: rgb(79,43,64); }
td.TdClassName
{
border-color: #4F2B40;
}
.TagClassName
{
border-color: #4F2B40;
}
</style>