Shades of Barossa #4A283A
Tints of Barossa #4A283A
RGB
CMYK
RGB Variations
Color information
#4A283A (or 0x4A283A) is known color: Barossa. HEX triplet: 4A, 28 and 3A. RGB value is (74,40,58). Sum of RGB (Red+Green+Blue) = 74+40+58=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 74 - color contains mainly: red. Hex color #4A283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A283A is #B5D7C5. Grayscale: #343434. Windows color (decimal): -11917254 or 3811402. OLE color: 3811402.
HSL color Cylindrical-coordinate representation of color #4A283A: hue angle of 328.24º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A283A is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 58 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.71 |
| HSL | 328.24º | 0.3% | 0.22% | - |
| HSV(B) | 328.24º | 0.46% | 0.29% | - |
| XYZ | 4.35 | 3.28 | 4.41 | - |
| YUV | 52.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 58 | 0 | 0.46 | 0.22 | 0.71 | 328.24 | 0.3 | 0.22 |
| Hex | 4A | 28 | 3A | 0 | 2E | 16 | 47 | 148 | 1E | 16 |
| Octal | 112 | 50 | 72 | 0 | 56 | 26 | 107 | 510 | 36 | 26 |
| Binary | 1001010 | 101000 | 111010 | 0 | 101110 | 10110 | 1000111 | 101001000 | 11110 | 10110 |
Color Harmonies of #4A283A
Complementary color
Monochromatic Colors of #4A283A
Black with #4A283A
Text Example
Text Example
White with #4A283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A283A; }
p { color: rgb(74,40,58); }
H1.HeaderClassName
{
color: #4A283A;
}
.AnyTagClassName
{
color: #4A283A;
}
</style>
background-color css
<style>
a { background-color: #4A283A; }
a { background-color: rgb(74,40,58); }
div.DivClassName
{
background-color: #4A283A;
}
.BgClassName
{
background-color: #4A283A;
}
</style>
border-color css
<style>
span { border-color: #4A283A; }
span { border-color: rgb(74,40,58); }
td.TdClassName
{
border-color: #4A283A;
}
.TagClassName
{
border-color: #4A283A;
}
</style>