Shades of Barossa #4F283D
Tints of Barossa #4F283D
RGB
CMYK
RGB Variations
Color information
#4F283D (or 0x4F283D) is known color: Barossa. HEX triplet: 4F, 28 and 3D. RGB value is (79,40,61). Sum of RGB (Red+Green+Blue) = 79+40+61=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 79 - color contains mainly: red. Hex color #4F283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F283D is #B0D7C2. Grayscale: #363636. Windows color (decimal): -11589571 or 4008015. OLE color: 4008015.
HSL color Cylindrical-coordinate representation of color #4F283D: hue angle of 327.69º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F283D is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 40 | 61 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.69 |
| HSL | 327.69º | 0.33% | 0.23% | - |
| HSV(B) | 327.69º | 0.49% | 0.31% | - |
| XYZ | 4.83 | 3.52 | 4.84 | - |
| YUV | 54.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 61 | 0 | 0.49 | 0.23 | 0.69 | 327.69 | 0.33 | 0.23 |
| Hex | 4F | 28 | 3D | 0 | 31 | 17 | 45 | 148 | 21 | 17 |
| Octal | 117 | 50 | 75 | 0 | 61 | 27 | 105 | 510 | 41 | 27 |
| Binary | 1001111 | 101000 | 111101 | 0 | 110001 | 10111 | 1000101 | 101001000 | 100001 | 10111 |
Color Harmonies of #4F283D
Complementary color
Monochromatic Colors of #4F283D
Black with #4F283D
Text Example
Text Example
White with #4F283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F283D; }
p { color: rgb(79,40,61); }
H1.HeaderClassName
{
color: #4F283D;
}
.AnyTagClassName
{
color: #4F283D;
}
</style>
background-color css
<style>
a { background-color: #4F283D; }
a { background-color: rgb(79,40,61); }
div.DivClassName
{
background-color: #4F283D;
}
.BgClassName
{
background-color: #4F283D;
}
</style>
border-color css
<style>
span { border-color: #4F283D; }
span { border-color: rgb(79,40,61); }
td.TdClassName
{
border-color: #4F283D;
}
.TagClassName
{
border-color: #4F283D;
}
</style>