Shades of Barossa #4F223D
Tints of Barossa #4F223D
RGB
CMYK
RGB Variations
Color information
#4F223D (or 0x4F223D) is known color: Barossa. HEX triplet: 4F, 22 and 3D. RGB value is (79,34,61). Sum of RGB (Red+Green+Blue) = 79+34+61=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F223D is #B0DDC2. Grayscale: #323232. Windows color (decimal): -11591107 or 4006479. OLE color: 4006479.
HSL color Cylindrical-coordinate representation of color #4F223D: hue angle of 324º 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 #4F223D is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 34 | 61 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.69 |
| HSL | 324º | 0.4% | 0.22% | - |
| HSV(B) | 324º | 0.57% | 0.31% | - |
| XYZ | 4.64 | 3.14 | 4.78 | - |
| YUV | 50.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 61 | 0 | 0.57 | 0.23 | 0.69 | 324 | 0.4 | 0.22 |
| Hex | 4F | 22 | 3D | 0 | 39 | 17 | 45 | 144 | 28 | 16 |
| Octal | 117 | 42 | 75 | 0 | 71 | 27 | 105 | 504 | 50 | 26 |
| Binary | 1001111 | 100010 | 111101 | 0 | 111001 | 10111 | 1000101 | 101000100 | 101000 | 10110 |
Color Harmonies of #4F223D
Complementary color
Monochromatic Colors of #4F223D
Black with #4F223D
Text Example
Text Example
White with #4F223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F223D; }
p { color: rgb(79,34,61); }
H1.HeaderClassName
{
color: #4F223D;
}
.AnyTagClassName
{
color: #4F223D;
}
</style>
background-color css
<style>
a { background-color: #4F223D; }
a { background-color: rgb(79,34,61); }
div.DivClassName
{
background-color: #4F223D;
}
.BgClassName
{
background-color: #4F223D;
}
</style>
border-color css
<style>
span { border-color: #4F223D; }
span { border-color: rgb(79,34,61); }
td.TdClassName
{
border-color: #4F223D;
}
.TagClassName
{
border-color: #4F223D;
}
</style>