Shades of Barossa #4F223C
Tints of Barossa #4F223C
RGB
CMYK
RGB Variations
Color information
#4F223C (or 0x4F223C) is known color: Barossa. HEX triplet: 4F, 22 and 3C. RGB value is (79,34,60). Sum of RGB (Red+Green+Blue) = 79+34+60=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F223C is #B0DDC3. Grayscale: #323232. Windows color (decimal): -11591108 or 3940943. OLE color: 3940943.
HSL color Cylindrical-coordinate representation of color #4F223C: hue angle of 325.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 #4F223C is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 34 | 60 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.69 |
| HSL | 325.33º | 0.4% | 0.22% | - |
| HSV(B) | 325.33º | 0.57% | 0.31% | - |
| XYZ | 4.61 | 3.13 | 4.64 | - |
| YUV | 50.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 60 | 0 | 0.57 | 0.24 | 0.69 | 325.33 | 0.4 | 0.22 |
| Hex | 4F | 22 | 3C | 0 | 39 | 18 | 45 | 145 | 28 | 16 |
| Octal | 117 | 42 | 74 | 0 | 71 | 30 | 105 | 505 | 50 | 26 |
| Binary | 1001111 | 100010 | 111100 | 0 | 111001 | 11000 | 1000101 | 101000101 | 101000 | 10110 |
Color Harmonies of #4F223C
Complementary color
Monochromatic Colors of #4F223C
Black with #4F223C
Text Example
Text Example
White with #4F223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F223C; }
p { color: rgb(79,34,60); }
H1.HeaderClassName
{
color: #4F223C;
}
.AnyTagClassName
{
color: #4F223C;
}
</style>
background-color css
<style>
a { background-color: #4F223C; }
a { background-color: rgb(79,34,60); }
div.DivClassName
{
background-color: #4F223C;
}
.BgClassName
{
background-color: #4F223C;
}
</style>
border-color css
<style>
span { border-color: #4F223C; }
span { border-color: rgb(79,34,60); }
td.TdClassName
{
border-color: #4F223C;
}
.TagClassName
{
border-color: #4F223C;
}
</style>