Shades of Barossa #4D253E
Tints of Barossa #4D253E
RGB
CMYK
RGB Variations
Color information
#4D253E (or 0x4D253E) is known color: Barossa. HEX triplet: 4D, 25 and 3E. RGB value is (77,37,62). Sum of RGB (Red+Green+Blue) = 77+37+62=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 77 - color contains mainly: red. Hex color #4D253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D253E is #B2DAC1. Grayscale: #333333. Windows color (decimal): -11721410 or 4072781. OLE color: 4072781.
HSL color Cylindrical-coordinate representation of color #4D253E: hue angle of 322.5º 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 #4D253E is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 62 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.70 |
| HSL | 322.5º | 0.35% | 0.22% | - |
| HSV(B) | 322.5º | 0.52% | 0.3% | - |
| XYZ | 4.59 | 3.25 | 4.94 | - |
| YUV | 51.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 62 | 0 | 0.52 | 0.19 | 0.70 | 322.5 | 0.35 | 0.22 |
| Hex | 4D | 25 | 3E | 0 | 34 | 13 | 46 | 142 | 23 | 16 |
| Octal | 115 | 45 | 76 | 0 | 64 | 23 | 106 | 502 | 43 | 26 |
| Binary | 1001101 | 100101 | 111110 | 0 | 110100 | 10011 | 1000110 | 101000010 | 100011 | 10110 |
Color Harmonies of #4D253E
Complementary color
Monochromatic Colors of #4D253E
Black with #4D253E
Text Example
Text Example
White with #4D253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D253E; }
p { color: rgb(77,37,62); }
H1.HeaderClassName
{
color: #4D253E;
}
.AnyTagClassName
{
color: #4D253E;
}
</style>
background-color css
<style>
a { background-color: #4D253E; }
a { background-color: rgb(77,37,62); }
div.DivClassName
{
background-color: #4D253E;
}
.BgClassName
{
background-color: #4D253E;
}
</style>
border-color css
<style>
span { border-color: #4D253E; }
span { border-color: rgb(77,37,62); }
td.TdClassName
{
border-color: #4D253E;
}
.TagClassName
{
border-color: #4D253E;
}
</style>