Shades of Barossa #4D223B
Tints of Barossa #4D223B
RGB
CMYK
RGB Variations
Color information
#4D223B (or 0x4D223B) is known color: Barossa. HEX triplet: 4D, 22 and 3B. RGB value is (77,34,59). Sum of RGB (Red+Green+Blue) = 77+34+59=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D223B is #B2DDC4. Grayscale: #313131. Windows color (decimal): -11722181 or 3875405. OLE color: 3875405.
HSL color Cylindrical-coordinate representation of color #4D223B: hue angle of 325.12º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D223B is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 59 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.70 |
| HSL | 325.12º | 0.39% | 0.22% | - |
| HSV(B) | 325.12º | 0.56% | 0.3% | - |
| XYZ | 4.42 | 3.04 | 4.49 | - |
| YUV | 49.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 59 | 0 | 0.56 | 0.23 | 0.70 | 325.12 | 0.39 | 0.22 |
| Hex | 4D | 22 | 3B | 0 | 38 | 17 | 46 | 145 | 27 | 16 |
| Octal | 115 | 42 | 73 | 0 | 70 | 27 | 106 | 505 | 47 | 26 |
| Binary | 1001101 | 100010 | 111011 | 0 | 111000 | 10111 | 1000110 | 101000101 | 100111 | 10110 |
Color Harmonies of #4D223B
Complementary color
Monochromatic Colors of #4D223B
Black with #4D223B
Text Example
Text Example
White with #4D223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D223B; }
p { color: rgb(77,34,59); }
H1.HeaderClassName
{
color: #4D223B;
}
.AnyTagClassName
{
color: #4D223B;
}
</style>
background-color css
<style>
a { background-color: #4D223B; }
a { background-color: rgb(77,34,59); }
div.DivClassName
{
background-color: #4D223B;
}
.BgClassName
{
background-color: #4D223B;
}
</style>
border-color css
<style>
span { border-color: #4D223B; }
span { border-color: rgb(77,34,59); }
td.TdClassName
{
border-color: #4D223B;
}
.TagClassName
{
border-color: #4D223B;
}
</style>