Shades of Barossa #4F2B3F
Tints of Barossa #4F2B3F
RGB
CMYK
RGB Variations
Color information
#4F2B3F (or 0x4F2B3F) is known color: Barossa. HEX triplet: 4F, 2B and 3F. RGB value is (79,43,63). Sum of RGB (Red+Green+Blue) = 79+43+63=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B3F is #B0D4C0. Grayscale: #373737. Windows color (decimal): -11588801 or 4139855. OLE color: 4139855.
HSL color Cylindrical-coordinate representation of color #4F2B3F: hue angle of 326.67º 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 #4F2B3F is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 43 | 63 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.69 |
| HSL | 326.67º | 0.3% | 0.24% | - |
| HSV(B) | 326.67º | 0.46% | 0.31% | - |
| XYZ | 4.99 | 3.75 | 5.16 | - |
| YUV | 56.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 63 | 0 | 0.46 | 0.20 | 0.69 | 326.67 | 0.3 | 0.24 |
| Hex | 4F | 2B | 3F | 0 | 2E | 14 | 45 | 147 | 1E | 18 |
| Octal | 117 | 53 | 77 | 0 | 56 | 24 | 105 | 507 | 36 | 30 |
| Binary | 1001111 | 101011 | 111111 | 0 | 101110 | 10100 | 1000101 | 101000111 | 11110 | 11000 |
Color Harmonies of #4F2B3F
Complementary color
Monochromatic Colors of #4F2B3F
Black with #4F2B3F
Text Example
Text Example
White with #4F2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2B3F; }
p { color: rgb(79,43,63); }
H1.HeaderClassName
{
color: #4F2B3F;
}
.AnyTagClassName
{
color: #4F2B3F;
}
</style>
background-color css
<style>
a { background-color: #4F2B3F; }
a { background-color: rgb(79,43,63); }
div.DivClassName
{
background-color: #4F2B3F;
}
.BgClassName
{
background-color: #4F2B3F;
}
</style>
border-color css
<style>
span { border-color: #4F2B3F; }
span { border-color: rgb(79,43,63); }
td.TdClassName
{
border-color: #4F2B3F;
}
.TagClassName
{
border-color: #4F2B3F;
}
</style>