Shades of Barossa #4C263C
Tints of Barossa #4C263C
RGB
CMYK
RGB Variations
Color information
#4C263C (or 0x4C263C) is known color: Barossa. HEX triplet: 4C, 26 and 3C. RGB value is (76,38,60). Sum of RGB (Red+Green+Blue) = 76+38+60=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C263C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C263C is #B3D9C3. Grayscale: #333333. Windows color (decimal): -11786692 or 3941964. OLE color: 3941964.
HSL color Cylindrical-coordinate representation of color #4C263C: hue angle of 325.26º 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 #4C263C is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 38 | 60 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.70 |
| HSL | 325.26º | 0.33% | 0.22% | - |
| HSV(B) | 325.26º | 0.5% | 0.3% | - |
| XYZ | 4.49 | 3.25 | 4.67 | - |
| YUV | 51.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 60 | 0 | 0.5 | 0.21 | 0.70 | 325.26 | 0.33 | 0.22 |
| Hex | 4C | 26 | 3C | 0 | 32 | 15 | 46 | 145 | 21 | 16 |
| Octal | 114 | 46 | 74 | 0 | 62 | 25 | 106 | 505 | 41 | 26 |
| Binary | 1001100 | 100110 | 111100 | 0 | 110010 | 10101 | 1000110 | 101000101 | 100001 | 10110 |
Color Harmonies of #4C263C
Complementary color
Monochromatic Colors of #4C263C
Black with #4C263C
Text Example
Text Example
White with #4C263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C263C; }
p { color: rgb(76,38,60); }
H1.HeaderClassName
{
color: #4C263C;
}
.AnyTagClassName
{
color: #4C263C;
}
</style>
background-color css
<style>
a { background-color: #4C263C; }
a { background-color: rgb(76,38,60); }
div.DivClassName
{
background-color: #4C263C;
}
.BgClassName
{
background-color: #4C263C;
}
</style>
border-color css
<style>
span { border-color: #4C263C; }
span { border-color: rgb(76,38,60); }
td.TdClassName
{
border-color: #4C263C;
}
.TagClassName
{
border-color: #4C263C;
}
</style>