Shades of Barossa #4D243B
Tints of Barossa #4D243B
RGB
CMYK
RGB Variations
Color information
#4D243B (or 0x4D243B) is known color: Barossa. HEX triplet: 4D, 24 and 3B. RGB value is (77,36,59). Sum of RGB (Red+Green+Blue) = 77+36+59=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D243B is #B2DBC4. Grayscale: #323232. Windows color (decimal): -11721669 or 3875917. OLE color: 3875917.
HSL color Cylindrical-coordinate representation of color #4D243B: hue angle of 326.34º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D243B is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 59 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.70 |
| HSL | 326.34º | 0.36% | 0.22% | - |
| HSV(B) | 326.34º | 0.53% | 0.3% | - |
| XYZ | 4.48 | 3.16 | 4.51 | - |
| YUV | 50.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 59 | 0 | 0.53 | 0.23 | 0.70 | 326.34 | 0.36 | 0.22 |
| Hex | 4D | 24 | 3B | 0 | 35 | 17 | 46 | 146 | 24 | 16 |
| Octal | 115 | 44 | 73 | 0 | 65 | 27 | 106 | 506 | 44 | 26 |
| Binary | 1001101 | 100100 | 111011 | 0 | 110101 | 10111 | 1000110 | 101000110 | 100100 | 10110 |
Color Harmonies of #4D243B
Complementary color
Monochromatic Colors of #4D243B
Black with #4D243B
Text Example
Text Example
White with #4D243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D243B; }
p { color: rgb(77,36,59); }
H1.HeaderClassName
{
color: #4D243B;
}
.AnyTagClassName
{
color: #4D243B;
}
</style>
background-color css
<style>
a { background-color: #4D243B; }
a { background-color: rgb(77,36,59); }
div.DivClassName
{
background-color: #4D243B;
}
.BgClassName
{
background-color: #4D243B;
}
</style>
border-color css
<style>
span { border-color: #4D243B; }
span { border-color: rgb(77,36,59); }
td.TdClassName
{
border-color: #4D243B;
}
.TagClassName
{
border-color: #4D243B;
}
</style>