Shades of Barossa #4C263B
Tints of Barossa #4C263B
RGB
CMYK
RGB Variations
Color information
#4C263B (or 0x4C263B) is known color: Barossa. HEX triplet: 4C, 26 and 3B. RGB value is (76,38,59). Sum of RGB (Red+Green+Blue) = 76+38+59=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C263B is #B3D9C4. Grayscale: #333333. Windows color (decimal): -11786693 or 3876428. OLE color: 3876428.
HSL color Cylindrical-coordinate representation of color #4C263B: hue angle of 326.84º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C263B is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 59 | - |
| CMYK | 0 | 0.5 | 0.22 | 0.70 |
| HSL | 326.84º | 0.33% | 0.22% | - |
| HSV(B) | 326.84º | 0.5% | 0.3% | - |
| XYZ | 4.46 | 3.24 | 4.53 | - |
| YUV | 51.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 59 | 0 | 0.5 | 0.22 | 0.70 | 326.84 | 0.33 | 0.22 |
| Hex | 4C | 26 | 3B | 0 | 32 | 16 | 46 | 147 | 21 | 16 |
| Octal | 114 | 46 | 73 | 0 | 62 | 26 | 106 | 507 | 41 | 26 |
| Binary | 1001100 | 100110 | 111011 | 0 | 110010 | 10110 | 1000110 | 101000111 | 100001 | 10110 |
Color Harmonies of #4C263B
Complementary color
Monochromatic Colors of #4C263B
Black with #4C263B
Text Example
Text Example
White with #4C263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C263B; }
p { color: rgb(76,38,59); }
H1.HeaderClassName
{
color: #4C263B;
}
.AnyTagClassName
{
color: #4C263B;
}
</style>
background-color css
<style>
a { background-color: #4C263B; }
a { background-color: rgb(76,38,59); }
div.DivClassName
{
background-color: #4C263B;
}
.BgClassName
{
background-color: #4C263B;
}
</style>
border-color css
<style>
span { border-color: #4C263B; }
span { border-color: rgb(76,38,59); }
td.TdClassName
{
border-color: #4C263B;
}
.TagClassName
{
border-color: #4C263B;
}
</style>