Shades of Barossa #4F2639
Tints of Barossa #4F2639
RGB
CMYK
RGB Variations
Color information
#4F2639 (or 0x4F2639) is known color: Barossa. HEX triplet: 4F, 26 and 39. RGB value is (79,38,57). Sum of RGB (Red+Green+Blue) = 79+38+57=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2639 is #B0D9C6. Grayscale: #343434. Windows color (decimal): -11590087 or 3745359. OLE color: 3745359.
HSL color Cylindrical-coordinate representation of color #4F2639: hue angle of 332.2º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F2639 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 57 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.69 |
| HSL | 332.2º | 0.35% | 0.23% | - |
| HSV(B) | 332.2º | 0.52% | 0.31% | - |
| XYZ | 4.66 | 3.34 | 4.27 | - |
| YUV | 52.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 57 | 0 | 0.52 | 0.28 | 0.69 | 332.2 | 0.35 | 0.23 |
| Hex | 4F | 26 | 39 | 0 | 34 | 1C | 45 | 14C | 23 | 17 |
| Octal | 117 | 46 | 71 | 0 | 64 | 34 | 105 | 514 | 43 | 27 |
| Binary | 1001111 | 100110 | 111001 | 0 | 110100 | 11100 | 1000101 | 101001100 | 100011 | 10111 |
Color Harmonies of #4F2639
Complementary color
Monochromatic Colors of #4F2639
Black with #4F2639
Text Example
Text Example
White with #4F2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2639; }
p { color: rgb(79,38,57); }
H1.HeaderClassName
{
color: #4F2639;
}
.AnyTagClassName
{
color: #4F2639;
}
</style>
background-color css
<style>
a { background-color: #4F2639; }
a { background-color: rgb(79,38,57); }
div.DivClassName
{
background-color: #4F2639;
}
.BgClassName
{
background-color: #4F2639;
}
</style>
border-color css
<style>
span { border-color: #4F2639; }
span { border-color: rgb(79,38,57); }
td.TdClassName
{
border-color: #4F2639;
}
.TagClassName
{
border-color: #4F2639;
}
</style>