Shades of Barossa #4D243C
Tints of Barossa #4D243C
RGB
CMYK
RGB Variations
Color information
#4D243C (or 0x4D243C) is known color: Barossa. HEX triplet: 4D, 24 and 3C. RGB value is (77,36,60). Sum of RGB (Red+Green+Blue) = 77+36+60=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D243C is #B2DBC3. Grayscale: #323232. Windows color (decimal): -11721668 or 3941453. OLE color: 3941453.
HSL color Cylindrical-coordinate representation of color #4D243C: hue angle of 324.88º 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 #4D243C is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 60 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.70 |
| HSL | 324.88º | 0.36% | 0.22% | - |
| HSV(B) | 324.88º | 0.53% | 0.3% | - |
| XYZ | 4.51 | 3.17 | 4.65 | - |
| YUV | 51 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 60 | 0 | 0.53 | 0.22 | 0.70 | 324.88 | 0.36 | 0.22 |
| Hex | 4D | 24 | 3C | 0 | 35 | 16 | 46 | 145 | 24 | 16 |
| Octal | 115 | 44 | 74 | 0 | 65 | 26 | 106 | 505 | 44 | 26 |
| Binary | 1001101 | 100100 | 111100 | 0 | 110101 | 10110 | 1000110 | 101000101 | 100100 | 10110 |
Color Harmonies of #4D243C
Complementary color
Monochromatic Colors of #4D243C
Black with #4D243C
Text Example
Text Example
White with #4D243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D243C; }
p { color: rgb(77,36,60); }
H1.HeaderClassName
{
color: #4D243C;
}
.AnyTagClassName
{
color: #4D243C;
}
</style>
background-color css
<style>
a { background-color: #4D243C; }
a { background-color: rgb(77,36,60); }
div.DivClassName
{
background-color: #4D243C;
}
.BgClassName
{
background-color: #4D243C;
}
</style>
border-color css
<style>
span { border-color: #4D243C; }
span { border-color: rgb(77,36,60); }
td.TdClassName
{
border-color: #4D243C;
}
.TagClassName
{
border-color: #4D243C;
}
</style>