Shades of Barossa #4F2640
Tints of Barossa #4F2640
RGB
CMYK
RGB Variations
Color information
#4F2640 (or 0x4F2640) is known color: Barossa. HEX triplet: 4F, 26 and 40. RGB value is (79,38,64). Sum of RGB (Red+Green+Blue) = 79+38+64=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2640 is #B0D9BF. Grayscale: #353535. Windows color (decimal): -11590080 or 4204111. OLE color: 4204111.
HSL color Cylindrical-coordinate representation of color #4F2640: hue angle of 321.95º 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 #4F2640 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 64 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.69 |
| HSL | 321.95º | 0.35% | 0.23% | - |
| HSV(B) | 321.95º | 0.52% | 0.31% | - |
| XYZ | 4.84 | 3.42 | 5.26 | - |
| YUV | 53.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 64 | 0 | 0.52 | 0.19 | 0.69 | 321.95 | 0.35 | 0.23 |
| Hex | 4F | 26 | 40 | 0 | 34 | 13 | 45 | 142 | 23 | 17 |
| Octal | 117 | 46 | 100 | 0 | 64 | 23 | 105 | 502 | 43 | 27 |
| Binary | 1001111 | 100110 | 1000000 | 0 | 110100 | 10011 | 1000101 | 101000010 | 100011 | 10111 |
Color Harmonies of #4F2640
Complementary color
Monochromatic Colors of #4F2640
Black with #4F2640
Text Example
Text Example
White with #4F2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2640; }
p { color: rgb(79,38,64); }
H1.HeaderClassName
{
color: #4F2640;
}
.AnyTagClassName
{
color: #4F2640;
}
</style>
background-color css
<style>
a { background-color: #4F2640; }
a { background-color: rgb(79,38,64); }
div.DivClassName
{
background-color: #4F2640;
}
.BgClassName
{
background-color: #4F2640;
}
</style>
border-color css
<style>
span { border-color: #4F2640; }
span { border-color: rgb(79,38,64); }
td.TdClassName
{
border-color: #4F2640;
}
.TagClassName
{
border-color: #4F2640;
}
</style>