Shades of Barossa #4F2E3C
Tints of Barossa #4F2E3C
RGB
CMYK
RGB Variations
Color information
#4F2E3C (or 0x4F2E3C) is known color: Barossa. HEX triplet: 4F, 2E and 3C. RGB value is (79,46,60). Sum of RGB (Red+Green+Blue) = 79+46+60=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E3C is #B0D1C3. Grayscale: #393939. Windows color (decimal): -11588036 or 3944015. OLE color: 3944015.
HSL color Cylindrical-coordinate representation of color #4F2E3C: hue angle of 334.55º 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 #4F2E3C is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 46 | 60 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.69 |
| HSL | 334.55º | 0.26% | 0.25% | - |
| HSV(B) | 334.55º | 0.42% | 0.31% | - |
| XYZ | 5.02 | 3.94 | 4.77 | - |
| YUV | 57.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 60 | 0 | 0.42 | 0.24 | 0.69 | 334.55 | 0.26 | 0.25 |
| Hex | 4F | 2E | 3C | 0 | 2A | 18 | 45 | 14F | 1A | 19 |
| Octal | 117 | 56 | 74 | 0 | 52 | 30 | 105 | 517 | 32 | 31 |
| Binary | 1001111 | 101110 | 111100 | 0 | 101010 | 11000 | 1000101 | 101001111 | 11010 | 11001 |
Color Harmonies of #4F2E3C
Complementary color
Monochromatic Colors of #4F2E3C
Black with #4F2E3C
Text Example
Text Example
White with #4F2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2E3C; }
p { color: rgb(79,46,60); }
H1.HeaderClassName
{
color: #4F2E3C;
}
.AnyTagClassName
{
color: #4F2E3C;
}
</style>
background-color css
<style>
a { background-color: #4F2E3C; }
a { background-color: rgb(79,46,60); }
div.DivClassName
{
background-color: #4F2E3C;
}
.BgClassName
{
background-color: #4F2E3C;
}
</style>
border-color css
<style>
span { border-color: #4F2E3C; }
span { border-color: rgb(79,46,60); }
td.TdClassName
{
border-color: #4F2E3C;
}
.TagClassName
{
border-color: #4F2E3C;
}
</style>