Shades of Barossa #4A273C
Tints of Barossa #4A273C
RGB
CMYK
RGB Variations
Color information
#4A273C (or 0x4A273C) is known color: Barossa. HEX triplet: 4A, 27 and 3C. RGB value is (74,39,60). Sum of RGB (Red+Green+Blue) = 74+39+60=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A273C is #B5D8C3. Grayscale: #333333. Windows color (decimal): -11917508 or 3942218. OLE color: 3942218.
HSL color Cylindrical-coordinate representation of color #4A273C: hue angle of 324º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A273C is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 39 | 60 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.71 |
| HSL | 324º | 0.31% | 0.22% | - |
| HSV(B) | 324º | 0.47% | 0.29% | - |
| XYZ | 4.37 | 3.23 | 4.67 | - |
| YUV | 51.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 39 | 60 | 0 | 0.47 | 0.19 | 0.71 | 324 | 0.31 | 0.22 |
| Hex | 4A | 27 | 3C | 0 | 2F | 13 | 47 | 144 | 1F | 16 |
| Octal | 112 | 47 | 74 | 0 | 57 | 23 | 107 | 504 | 37 | 26 |
| Binary | 1001010 | 100111 | 111100 | 0 | 101111 | 10011 | 1000111 | 101000100 | 11111 | 10110 |
Color Harmonies of #4A273C
Complementary color
Monochromatic Colors of #4A273C
Black with #4A273C
Text Example
Text Example
White with #4A273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A273C; }
p { color: rgb(74,39,60); }
H1.HeaderClassName
{
color: #4A273C;
}
.AnyTagClassName
{
color: #4A273C;
}
</style>
background-color css
<style>
a { background-color: #4A273C; }
a { background-color: rgb(74,39,60); }
div.DivClassName
{
background-color: #4A273C;
}
.BgClassName
{
background-color: #4A273C;
}
</style>
border-color css
<style>
span { border-color: #4A273C; }
span { border-color: rgb(74,39,60); }
td.TdClassName
{
border-color: #4A273C;
}
.TagClassName
{
border-color: #4A273C;
}
</style>