Shades of Barossa #4F263D
Tints of Barossa #4F263D
RGB
CMYK
RGB Variations
Color information
#4F263D (or 0x4F263D) is known color: Barossa. HEX triplet: 4F, 26 and 3D. RGB value is (79,38,61). Sum of RGB (Red+Green+Blue) = 79+38+61=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F263D is #B0D9C2. Grayscale: #343434. Windows color (decimal): -11590083 or 4007503. OLE color: 4007503.
HSL color Cylindrical-coordinate representation of color #4F263D: hue angle of 326.34º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F263D is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 38 | 61 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.69 |
| HSL | 326.34º | 0.35% | 0.23% | - |
| HSV(B) | 326.34º | 0.52% | 0.31% | - |
| XYZ | 4.76 | 3.39 | 4.82 | - |
| YUV | 52.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 61 | 0 | 0.52 | 0.23 | 0.69 | 326.34 | 0.35 | 0.23 |
| Hex | 4F | 26 | 3D | 0 | 34 | 17 | 45 | 146 | 23 | 17 |
| Octal | 117 | 46 | 75 | 0 | 64 | 27 | 105 | 506 | 43 | 27 |
| Binary | 1001111 | 100110 | 111101 | 0 | 110100 | 10111 | 1000101 | 101000110 | 100011 | 10111 |
Color Harmonies of #4F263D
Complementary color
Monochromatic Colors of #4F263D
Black with #4F263D
Text Example
Text Example
White with #4F263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F263D; }
p { color: rgb(79,38,61); }
H1.HeaderClassName
{
color: #4F263D;
}
.AnyTagClassName
{
color: #4F263D;
}
</style>
background-color css
<style>
a { background-color: #4F263D; }
a { background-color: rgb(79,38,61); }
div.DivClassName
{
background-color: #4F263D;
}
.BgClassName
{
background-color: #4F263D;
}
</style>
border-color css
<style>
span { border-color: #4F263D; }
span { border-color: rgb(79,38,61); }
td.TdClassName
{
border-color: #4F263D;
}
.TagClassName
{
border-color: #4F263D;
}
</style>