Shades of Barossa #4A2B3C
Tints of Barossa #4A2B3C
RGB
CMYK
RGB Variations
Color information
#4A2B3C (or 0x4A2B3C) is known color: Barossa. HEX triplet: 4A, 2B and 3C. RGB value is (74,43,60). Sum of RGB (Red+Green+Blue) = 74+43+60=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2B3C is #B5D4C3. Grayscale: #363636. Windows color (decimal): -11916484 or 3943242. OLE color: 3943242.
HSL color Cylindrical-coordinate representation of color #4A2B3C: hue angle of 327.1º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A2B3C is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 43 | 60 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.71 |
| HSL | 327.1º | 0.26% | 0.23% | - |
| HSV(B) | 327.1º | 0.42% | 0.29% | - |
| XYZ | 4.5 | 3.51 | 4.72 | - |
| YUV | 54.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 43 | 60 | 0 | 0.42 | 0.19 | 0.71 | 327.1 | 0.26 | 0.23 |
| Hex | 4A | 2B | 3C | 0 | 2A | 13 | 47 | 147 | 1A | 17 |
| Octal | 112 | 53 | 74 | 0 | 52 | 23 | 107 | 507 | 32 | 27 |
| Binary | 1001010 | 101011 | 111100 | 0 | 101010 | 10011 | 1000111 | 101000111 | 11010 | 10111 |
Color Harmonies of #4A2B3C
Complementary color
Monochromatic Colors of #4A2B3C
Black with #4A2B3C
Text Example
Text Example
White with #4A2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2B3C; }
p { color: rgb(74,43,60); }
H1.HeaderClassName
{
color: #4A2B3C;
}
.AnyTagClassName
{
color: #4A2B3C;
}
</style>
background-color css
<style>
a { background-color: #4A2B3C; }
a { background-color: rgb(74,43,60); }
div.DivClassName
{
background-color: #4A2B3C;
}
.BgClassName
{
background-color: #4A2B3C;
}
</style>
border-color css
<style>
span { border-color: #4A2B3C; }
span { border-color: rgb(74,43,60); }
td.TdClassName
{
border-color: #4A2B3C;
}
.TagClassName
{
border-color: #4A2B3C;
}
</style>