Shades of Barossa #4F223F
Tints of Barossa #4F223F
RGB
CMYK
RGB Variations
Color information
#4F223F (or 0x4F223F) is known color: Barossa. HEX triplet: 4F, 22 and 3F. RGB value is (79,34,63). Sum of RGB (Red+Green+Blue) = 79+34+63=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F223F is #B0DDC0. Grayscale: #323232. Windows color (decimal): -11591105 or 4137551. OLE color: 4137551.
HSL color Cylindrical-coordinate representation of color #4F223F: hue angle of 321.33º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F223F is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 34 | 63 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.69 |
| HSL | 321.33º | 0.4% | 0.22% | - |
| HSV(B) | 321.33º | 0.57% | 0.31% | - |
| XYZ | 4.69 | 3.17 | 5.07 | - |
| YUV | 50.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 63 | 0 | 0.57 | 0.20 | 0.69 | 321.33 | 0.4 | 0.22 |
| Hex | 4F | 22 | 3F | 0 | 39 | 14 | 45 | 141 | 28 | 16 |
| Octal | 117 | 42 | 77 | 0 | 71 | 24 | 105 | 501 | 50 | 26 |
| Binary | 1001111 | 100010 | 111111 | 0 | 111001 | 10100 | 1000101 | 101000001 | 101000 | 10110 |
Color Harmonies of #4F223F
Complementary color
Monochromatic Colors of #4F223F
Black with #4F223F
Text Example
Text Example
White with #4F223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F223F; }
p { color: rgb(79,34,63); }
H1.HeaderClassName
{
color: #4F223F;
}
.AnyTagClassName
{
color: #4F223F;
}
</style>
background-color css
<style>
a { background-color: #4F223F; }
a { background-color: rgb(79,34,63); }
div.DivClassName
{
background-color: #4F223F;
}
.BgClassName
{
background-color: #4F223F;
}
</style>
border-color css
<style>
span { border-color: #4F223F; }
span { border-color: rgb(79,34,63); }
td.TdClassName
{
border-color: #4F223F;
}
.TagClassName
{
border-color: #4F223F;
}
</style>