Shades of Barossa #4F2840
Tints of Barossa #4F2840
RGB
CMYK
RGB Variations
Color information
#4F2840 (or 0x4F2840) is known color: Barossa. HEX triplet: 4F, 28 and 40. RGB value is (79,40,64). Sum of RGB (Red+Green+Blue) = 79+40+64=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2840 is #B0D7BF. Grayscale: #363636. Windows color (decimal): -11589568 or 4204623. OLE color: 4204623.
HSL color Cylindrical-coordinate representation of color #4F2840: hue angle of 323.08º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F2840 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 40 | 64 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.69 |
| HSL | 323.08º | 0.33% | 0.23% | - |
| HSV(B) | 323.08º | 0.49% | 0.31% | - |
| XYZ | 4.91 | 3.55 | 5.28 | - |
| YUV | 54.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 64 | 0 | 0.49 | 0.19 | 0.69 | 323.08 | 0.33 | 0.23 |
| Hex | 4F | 28 | 40 | 0 | 31 | 13 | 45 | 143 | 21 | 17 |
| Octal | 117 | 50 | 100 | 0 | 61 | 23 | 105 | 503 | 41 | 27 |
| Binary | 1001111 | 101000 | 1000000 | 0 | 110001 | 10011 | 1000101 | 101000011 | 100001 | 10111 |
Color Harmonies of #4F2840
Complementary color
Monochromatic Colors of #4F2840
Black with #4F2840
Text Example
Text Example
White with #4F2840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2840; }
p { color: rgb(79,40,64); }
H1.HeaderClassName
{
color: #4F2840;
}
.AnyTagClassName
{
color: #4F2840;
}
</style>
background-color css
<style>
a { background-color: #4F2840; }
a { background-color: rgb(79,40,64); }
div.DivClassName
{
background-color: #4F2840;
}
.BgClassName
{
background-color: #4F2840;
}
</style>
border-color css
<style>
span { border-color: #4F2840; }
span { border-color: rgb(79,40,64); }
td.TdClassName
{
border-color: #4F2840;
}
.TagClassName
{
border-color: #4F2840;
}
</style>