Shades of Barossa #4D263A
Tints of Barossa #4D263A
RGB
CMYK
RGB Variations
Color information
#4D263A (or 0x4D263A) is known color: Barossa. HEX triplet: 4D, 26 and 3A. RGB value is (77,38,58). Sum of RGB (Red+Green+Blue) = 77+38+58=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D263A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D263A is #B2D9C5. Grayscale: #333333. Windows color (decimal): -11721158 or 3810893. OLE color: 3810893.
HSL color Cylindrical-coordinate representation of color #4D263A: hue angle of 329.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D263A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 38 | 58 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.70 |
| HSL | 329.23º | 0.34% | 0.23% | - |
| HSV(B) | 329.23º | 0.51% | 0.3% | - |
| XYZ | 4.52 | 3.27 | 4.4 | - |
| YUV | 51.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 58 | 0 | 0.51 | 0.25 | 0.70 | 329.23 | 0.34 | 0.23 |
| Hex | 4D | 26 | 3A | 0 | 33 | 19 | 46 | 149 | 22 | 17 |
| Octal | 115 | 46 | 72 | 0 | 63 | 31 | 106 | 511 | 42 | 27 |
| Binary | 1001101 | 100110 | 111010 | 0 | 110011 | 11001 | 1000110 | 101001001 | 100010 | 10111 |
Color Harmonies of #4D263A
Complementary color
Monochromatic Colors of #4D263A
Black with #4D263A
Text Example
Text Example
White with #4D263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D263A; }
p { color: rgb(77,38,58); }
H1.HeaderClassName
{
color: #4D263A;
}
.AnyTagClassName
{
color: #4D263A;
}
</style>
background-color css
<style>
a { background-color: #4D263A; }
a { background-color: rgb(77,38,58); }
div.DivClassName
{
background-color: #4D263A;
}
.BgClassName
{
background-color: #4D263A;
}
</style>
border-color css
<style>
span { border-color: #4D263A; }
span { border-color: rgb(77,38,58); }
td.TdClassName
{
border-color: #4D263A;
}
.TagClassName
{
border-color: #4D263A;
}
</style>