Shades of Barossa #4F2C3F
Tints of Barossa #4F2C3F
RGB
CMYK
RGB Variations
Color information
#4F2C3F (or 0x4F2C3F) is known color: Barossa. HEX triplet: 4F, 2C and 3F. RGB value is (79,44,63). Sum of RGB (Red+Green+Blue) = 79+44+63=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C3F is #B0D3C0. Grayscale: #383838. Windows color (decimal): -11588545 or 4140111. OLE color: 4140111.
HSL color Cylindrical-coordinate representation of color #4F2C3F: hue angle of 327.43º 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 #4F2C3F is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 44 | 63 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.69 |
| HSL | 327.43º | 0.28% | 0.24% | - |
| HSV(B) | 327.43º | 0.44% | 0.31% | - |
| XYZ | 5.02 | 3.82 | 5.18 | - |
| YUV | 56.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 63 | 0 | 0.44 | 0.20 | 0.69 | 327.43 | 0.28 | 0.24 |
| Hex | 4F | 2C | 3F | 0 | 2C | 14 | 45 | 147 | 1C | 18 |
| Octal | 117 | 54 | 77 | 0 | 54 | 24 | 105 | 507 | 34 | 30 |
| Binary | 1001111 | 101100 | 111111 | 0 | 101100 | 10100 | 1000101 | 101000111 | 11100 | 11000 |
Color Harmonies of #4F2C3F
Complementary color
Monochromatic Colors of #4F2C3F
Black with #4F2C3F
Text Example
Text Example
White with #4F2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2C3F; }
p { color: rgb(79,44,63); }
H1.HeaderClassName
{
color: #4F2C3F;
}
.AnyTagClassName
{
color: #4F2C3F;
}
</style>
background-color css
<style>
a { background-color: #4F2C3F; }
a { background-color: rgb(79,44,63); }
div.DivClassName
{
background-color: #4F2C3F;
}
.BgClassName
{
background-color: #4F2C3F;
}
</style>
border-color css
<style>
span { border-color: #4F2C3F; }
span { border-color: rgb(79,44,63); }
td.TdClassName
{
border-color: #4F2C3F;
}
.TagClassName
{
border-color: #4F2C3F;
}
</style>