Shades of Barossa #4A323C
Tints of Barossa #4A323C
RGB
CMYK
RGB Variations
Color information
#4A323C (or 0x4A323C) is known color: Barossa. HEX triplet: 4A, 32 and 3C. RGB value is (74,50,60). Sum of RGB (Red+Green+Blue) = 74+50+60=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 74 - color contains mainly: red. Hex color #4A323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A323C is #B5CDC3. Grayscale: #3A3A3A. Windows color (decimal): -11914692 or 3945034. OLE color: 3945034.
HSL color Cylindrical-coordinate representation of color #4A323C: hue angle of 335º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A323C is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 50 | 60 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.71 |
| HSL | 335º | 0.19% | 0.24% | - |
| HSV(B) | 335º | 0.32% | 0.29% | - |
| XYZ | 4.78 | 4.06 | 4.81 | - |
| YUV | 58.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 60 | 0 | 0.32 | 0.19 | 0.71 | 335 | 0.19 | 0.24 |
| Hex | 4A | 32 | 3C | 0 | 20 | 13 | 47 | 14F | 13 | 18 |
| Octal | 112 | 62 | 74 | 0 | 40 | 23 | 107 | 517 | 23 | 30 |
| Binary | 1001010 | 110010 | 111100 | 0 | 100000 | 10011 | 1000111 | 101001111 | 10011 | 11000 |
Color Harmonies of #4A323C
Complementary color
Monochromatic Colors of #4A323C
Black with #4A323C
Text Example
Text Example
White with #4A323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A323C; }
p { color: rgb(74,50,60); }
H1.HeaderClassName
{
color: #4A323C;
}
.AnyTagClassName
{
color: #4A323C;
}
</style>
background-color css
<style>
a { background-color: #4A323C; }
a { background-color: rgb(74,50,60); }
div.DivClassName
{
background-color: #4A323C;
}
.BgClassName
{
background-color: #4A323C;
}
</style>
border-color css
<style>
span { border-color: #4A323C; }
span { border-color: rgb(74,50,60); }
td.TdClassName
{
border-color: #4A323C;
}
.TagClassName
{
border-color: #4A323C;
}
</style>