Shades of Barossa #4F213C
Tints of Barossa #4F213C
RGB
CMYK
RGB Variations
Color information
#4F213C (or 0x4F213C) is known color: Barossa. HEX triplet: 4F, 21 and 3C. RGB value is (79,33,60). Sum of RGB (Red+Green+Blue) = 79+33+60=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F213C is #B0DEC3. Grayscale: #313131. Windows color (decimal): -11591364 or 3940687. OLE color: 3940687.
HSL color Cylindrical-coordinate representation of color #4F213C: hue angle of 324.78º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F213C is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 60 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.69 |
| HSL | 324.78º | 0.41% | 0.22% | - |
| HSV(B) | 324.78º | 0.58% | 0.31% | - |
| XYZ | 4.58 | 3.08 | 4.63 | - |
| YUV | 49.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 60 | 0 | 0.58 | 0.24 | 0.69 | 324.78 | 0.41 | 0.22 |
| Hex | 4F | 21 | 3C | 0 | 3A | 18 | 45 | 145 | 29 | 16 |
| Octal | 117 | 41 | 74 | 0 | 72 | 30 | 105 | 505 | 51 | 26 |
| Binary | 1001111 | 100001 | 111100 | 0 | 111010 | 11000 | 1000101 | 101000101 | 101001 | 10110 |
Color Harmonies of #4F213C
Complementary color
Monochromatic Colors of #4F213C
Black with #4F213C
Text Example
Text Example
White with #4F213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F213C; }
p { color: rgb(79,33,60); }
H1.HeaderClassName
{
color: #4F213C;
}
.AnyTagClassName
{
color: #4F213C;
}
</style>
background-color css
<style>
a { background-color: #4F213C; }
a { background-color: rgb(79,33,60); }
div.DivClassName
{
background-color: #4F213C;
}
.BgClassName
{
background-color: #4F213C;
}
</style>
border-color css
<style>
span { border-color: #4F213C; }
span { border-color: rgb(79,33,60); }
td.TdClassName
{
border-color: #4F213C;
}
.TagClassName
{
border-color: #4F213C;
}
</style>