Shades of Barossa #4A253B
Tints of Barossa #4A253B
RGB
CMYK
RGB Variations
Color information
#4A253B (or 0x4A253B) is known color: Barossa. HEX triplet: 4A, 25 and 3B. RGB value is (74,37,59). Sum of RGB (Red+Green+Blue) = 74+37+59=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 74 - color contains mainly: red. Hex color #4A253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A253B is #B5DAC4. Grayscale: #323232. Windows color (decimal): -11918021 or 3876170. OLE color: 3876170.
HSL color Cylindrical-coordinate representation of color #4A253B: hue angle of 324.32º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A253B is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 37 | 59 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.71 |
| HSL | 324.32º | 0.33% | 0.22% | - |
| HSV(B) | 324.32º | 0.5% | 0.29% | - |
| XYZ | 4.28 | 3.09 | 4.51 | - |
| YUV | 50.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 59 | 0 | 0.50 | 0.20 | 0.71 | 324.32 | 0.33 | 0.22 |
| Hex | 4A | 25 | 3B | 0 | 32 | 14 | 47 | 144 | 21 | 16 |
| Octal | 112 | 45 | 73 | 0 | 62 | 24 | 107 | 504 | 41 | 26 |
| Binary | 1001010 | 100101 | 111011 | 0 | 110010 | 10100 | 1000111 | 101000100 | 100001 | 10110 |
Color Harmonies of #4A253B
Complementary color
Monochromatic Colors of #4A253B
Black with #4A253B
Text Example
Text Example
White with #4A253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A253B; }
p { color: rgb(74,37,59); }
H1.HeaderClassName
{
color: #4A253B;
}
.AnyTagClassName
{
color: #4A253B;
}
</style>
background-color css
<style>
a { background-color: #4A253B; }
a { background-color: rgb(74,37,59); }
div.DivClassName
{
background-color: #4A253B;
}
.BgClassName
{
background-color: #4A253B;
}
</style>
border-color css
<style>
span { border-color: #4A253B; }
span { border-color: rgb(74,37,59); }
td.TdClassName
{
border-color: #4A253B;
}
.TagClassName
{
border-color: #4A253B;
}
</style>