Shades of Barossa #4D253B
Tints of Barossa #4D253B
RGB
CMYK
RGB Variations
Color information
#4D253B (or 0x4D253B) is known color: Barossa. HEX triplet: 4D, 25 and 3B. RGB value is (77,37,59). Sum of RGB (Red+Green+Blue) = 77+37+59=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D253B is #B2DAC4. Grayscale: #333333. Windows color (decimal): -11721413 or 3876173. OLE color: 3876173.
HSL color Cylindrical-coordinate representation of color #4D253B: hue angle of 327º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D253B is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 59 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.70 |
| HSL | 327º | 0.35% | 0.22% | - |
| HSV(B) | 327º | 0.52% | 0.3% | - |
| XYZ | 4.51 | 3.22 | 4.52 | - |
| YUV | 51.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 59 | 0 | 0.52 | 0.23 | 0.70 | 327 | 0.35 | 0.22 |
| Hex | 4D | 25 | 3B | 0 | 34 | 17 | 46 | 147 | 23 | 16 |
| Octal | 115 | 45 | 73 | 0 | 64 | 27 | 106 | 507 | 43 | 26 |
| Binary | 1001101 | 100101 | 111011 | 0 | 110100 | 10111 | 1000110 | 101000111 | 100011 | 10110 |
Color Harmonies of #4D253B
Complementary color
Monochromatic Colors of #4D253B
Black with #4D253B
Text Example
Text Example
White with #4D253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D253B; }
p { color: rgb(77,37,59); }
H1.HeaderClassName
{
color: #4D253B;
}
.AnyTagClassName
{
color: #4D253B;
}
</style>
background-color css
<style>
a { background-color: #4D253B; }
a { background-color: rgb(77,37,59); }
div.DivClassName
{
background-color: #4D253B;
}
.BgClassName
{
background-color: #4D253B;
}
</style>
border-color css
<style>
span { border-color: #4D253B; }
span { border-color: rgb(77,37,59); }
td.TdClassName
{
border-color: #4D253B;
}
.TagClassName
{
border-color: #4D253B;
}
</style>